@charset "utf-8";

/* CSS Document */
@font-face {
	font-family:menk;
	src: url(../font/MGQ8101.ttf);
}
@font-face {
	font-family:swis;
	src:url(../font/tt0173m.ttf);
}
@font-face {
	font-family:twcen;
	src:url(../font/TwCenMT.ttf);
}
@font-face{
	font-family:abril;
	src:url(../font/AbrilFatface-Regular.ttf);
}
@font-face{
	font-family:shob;
	src:url(../font/Shobhika-Regular.otf);
}
@font-face {
	font-family:roboto;
	src:url(../font/Roboto-Regular-14.ttf);
}

button, input, textarea, select {
    outline: none;
    background: none;
    border: none;
   font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
}

a{
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.iconfont:before {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.center_box{
    width:var(--centerWidth);
    margin:0 auto;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.pd_150 {
    padding: 150px;
}

.pd_tb150 {
    padding: 150px 0;
}

.pd_t150 {
    padding-top: 150px;
}

.pd_b150 {
    padding-bottom: 150px;
}

.pd_120 {
    padding: 120px;
}

.pd_tb100 {
    padding: 120px 0;
}

.pd_t120 {
    padding-top: 120px;
}

.pd_b120 {
    padding-bottom: 120px;
}

.pd_100 {
    padding: 100px;
}

.pd_tb100 {
    padding: 100px 0;
}

.pd_t100 {
    padding-top: 100px;
}

.pd_b100 {
    padding-bottom: 100px;
}

.pd_80 {
    padding: 80px;
}

.pd_tb80 {
    padding: 80px 0;
}

.pd_t80 {
    padding-top: 80px;
}

.pd_b80 {
    padding-bottom: 80px;
}

.pd_tb70 {
    padding: 70px 0;
}

.pd_t70 {
    padding-top: 70px;
}

.pd_b70 {
    padding-bottom: 70px;
}

.pd_60 {
    padding: 60px;
}

.pd_tb60 {
    padding: 60px 0;
}

.pd_t60 {
    padding-top: 60px;
}

.pd_b60 {
    padding-bottom: 60px;
}

.pd_50 {
    padding: 50px;
}

.pd_tb50 {
    padding: 50px 0;
}

.pd_t50 {
    padding-top: 50px;
}

.pd_b50 {
    padding-bottom: 50px;
}

.pd_40 {
    padding: 40px;
}

.pd_tb40 {
    padding: 40px 0;
}

.pd_t40 {
    padding-top: 40px;
}

.pd_b40 {
    padding-bottom: 40px;
}

.pd_30 {
    padding: 30px;
}

.pd_tb30 {
    padding: 30px 0;
}

.pd_t30 {
    padding-top: 30px;
}

.pd_b30 {
    padding-bottom: 30px;
}

.pd_20 {
    padding: 20px;
}

.pd_tb20 {
    padding: 20px 0;
}

.pd_t20 {
    padding-top: 20px;
}

.pd_b20 {
    padding-bottom: 20px;
}

.pd_15 {
    padding: 15px;
}

.pd_tb15 {
    padding: 15px 0;
}

.pd_t15 {
    padding-top: 15px;
}

.pd_b15 {
    padding-bottom: 15px;
}

.pd_10 {
    padding: 10px;
}

.pd_tb10 {
    padding: 10px 0;
}

.pd_t10 {
    padding-top: 10px;
}

.pd_b10 {
    padding-bottom: 10px;
}

.pd_tb100 {
    padding: 100px 0;
}
.pd_tb0{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.pd_t0{
	padding-top:0 !important;
}
.pd_b0{
	padding-bottom:0 !important;
}
.pd_lr0{
	padding-left:0 !important;
	padding-right:0 !important;
}
.pd_l0{
	padding-left:0 !important;
}
.pd_r0{
	padding-right:0 !important;
}

.mg_t150 {
    margin-top: 150px;
}

.mg_b150 {
    margin-bottom: 150px;
}

.mg_t100 {
    margin-top: 100px;
}

.mg_b100 {
    margin-bottom: 100px;
}

.mg_tb80 {
    margin: 80px 0;
}

.mg_t80 {
    margin-top: 80px;
}

.mg_b80 {
    margin-bottom: 80px;
}

.mg_tb70 {
    margin: 70px 0;
}

.mg_t70 {
    margin-top: 70px;
}

.mg_b70 {
    margin-bottom: 70px;
}

.mg_tb60 {
    margin: 60px 0;
}

.mg_t60 {
    margin-top: 60px;
}

.mg_b60 {
    margin-bottom: 60px;
}

.mg_tb50 {
    margin: 50px 0;
}

.mg_t50 {
    margin-top: 50px;
}

.mg_b50 {
    margin-bottom: 50px;
}

.mg_tb40 {
    margin: 40px 0;
}

.mg_t40 {
    margin-top: 40px;
}

.mg_b40 {
    margin-bottom: 40px;
}

.mg_tb30 {
    margin: 30px 0;
}

.mg_t30 {
    margin-top: 30px;
}

.mg_b30 {
    margin-bottom: 30px;
}

.mg_tb20 {
    margin: 20px 0;
}

.mg_t20 {
    margin-top: 20px;
}

.mg_b20 {
    margin-bottom: 20px;
}

.mg_tb15 {
    margin: 15px 0;
}

.mg_t15 {
    margin-top: 15px;
}

.mg_b15 {
    margin-bottom: 15px;
}

.mg_tb10 {
    margin: 10px 0;
}

.mg_t10 {
    margin-top: 10px;
}

.mg_b10 {
    margin-bottom: 10px;
}

body {
    font-size:medium !important;
	font-family:roboto,menk,'PingFang SC',Source Han Sans CN,Arial,"SOURCEHANSANSCN-REGULAR",'Microsoft Yahei','Source Han Sans',SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK',source-han-sans-simplified-c, sans-serif;
	-webkit-font-smoothing:subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color:transparent;
	color:#333;
	overflow-x:hidden;
}

.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.inflex_box{
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
}

:root{
	--curColor:#3898b8;
	--subColor:#006e90;
	--darColor:#003e51;
	--rgb1:56,152,184;
	--rgb2:0,62,81;
	--rgb_a:.8;
	--fullPx:1920;
	--invarPx:1560;
	--centerPx:1560;
	--centerWidth:max(1100px,calc(var(--centerPx) / var(--fullPx) * 100vw));
	--headerTopHeight:50px;
	--navHeight:80px;
	--swbtnSize:50px;
	--swdotHeight:calc(10 / var(--centerPx) * var(--centerWidth));
	--swdotBeishu:2;
	--clampRows:2;
	--moreHeight:calc(40px + 10 / var(--centerPx) * var(--centerWidth));
	--gdtWidth:17px;
}
.wow_list li{
	-webkit-animation-name:fadeInUp;
	animation-name:fadeInUp;
}
.wow_list li:nth-of-type(1){
	-webkit-animation-delay:.2s;
	animation-delay:.2s;
}
.wow_list li:nth-of-type(2){
	-webkit-animation-delay:.4s;
	animation-delay:.4s;
}
.wow_list li:nth-of-type(3){
	-webkit-animation-delay:.6s;
	animation-delay:.6s;
}
.wow_list li:nth-of-type(4){
	-webkit-animation-delay:.8s;
	animation-delay:.8s;
}
.wow_list li:nth-of-type(5){
	-webkit-animation-delay:1s;
	animation-delay:1s;
}
.wow_list li:nth-of-type(6){
	-webkit-animation-delay:1.2s;
	animation-delay:1.2s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.4s;
	animation-delay:1.4s;
}
.wow_list li:nth-of-type(7){
	-webkit-animation-delay:1.6s;
	animation-delay:1.6s;
}
.wow_list li:nth-of-type(8){
	-webkit-animation-delay:1.8s;
	animation-delay:1.8s;
}
.wow_list li:nth-of-type(9){
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.wow_list li:nth-of-type(10){
	-webkit-animation-delay:2.2s;
	animation-delay:2.2s;
}
.swiper-container{
	overflow:hidden;
	position:relative;
}
.clamp_txt {
    overflow: hidden;
    -webkit-line-clamp:var(--clampRows);
    -moz-line-clamp:var(--clampRows);
    -o-line-clamp:var(--clampRows);
    line-clamp:var(--clampRows);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
}

/* 常规文字 */
.article_w{
	font-size:16px;
	color:#333;
	line-height:1.625;
}
.article_w sup{
	vertical-align:super;
}
.article_w sub{
	vertical-align:sub;
}
.article_w img{
	max-width:100% !important;
	height:auto !important;
	vertical-align:top;
}
.article_w strong{
	font-weight:bold;
}
.article_w *:not(strong){
	font-weight:inherit;
}
.article_w li{
	list-style:disc;
}
.article_w table{
	border-collapse: collapse;
	border:solid 1px rgba(0,0,0,.1);
	width:100%;
}
.article_w table th,
.article_w table td{
	border:solid 1px rgba(0,0,0,.1);
	padding:1vw;
	font-size:1vw;
}
.article_w table th{
	background:#d2d4e6;
}
.article_w video{
	width:min(100%,800px) !important;
	height:auto !important;
	margin:0 auto;
}

.txt_center{
	text-align:center;
}
.iw_poi_title{color:var(--curColor);font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:14px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.pswp .pswp__bg{
	background:rgba(0,0,0,.8);
}
.pswp .pswp__caption__center{
	color:#fff;
}

.xFont{
	--font1:12;
	font-size:calc(var(--font1) * 1px + (var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth));
}

/* 经过图片 */
.pic_hvr{
	overflow:hidden;
	position:relative;
	display:block;
}
.pic_hvr:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.pic_hvr img{
	display:block;
	width:100%;
	height:100%;
	transition:all .5s;
}
@keyframes gradient-rectangle {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}
.pic_ss:hover .pic_hvr:before{
	animation:gradient-rectangle 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function:cubic-bezier(0, 0, 0.18, 0.96);
}
.pic_ss:hover .pic_hvr img{
	transform:scale(1.1);
}

@keyframes rotate1{
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

/* 滚动条 */
.gdt_view::-webkit-scrollbar {
    width:5px;
    height:5px;
}

.gdt_view::-webkit-scrollbar-track-piece {
    background-color:rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 6px;
}

.gdt_view::-webkit-scrollbar-thumb:vertical {
    height:5px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

.gdt_view::-webkit-scrollbar-thumb:horizontal {
    width:5px;
    background-color:var(--curColor);
    -webkit-border-radius: 6px;
}

/* 更多1 */
.bz_more1{
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	font-size:16px;
}
.bz_more1 .bz_icon{
	position:relative;
	margin-left:.625em;
}
.bz_more1 .bz_icon .iconfont{
	display:block;
	font-size:1.25em;
}
.bz_more1 .bz_icon .icon2{
	position:absolute;
	top:0;
	left:0;
	transform:translateX(-50%);
	opacity:0;
}
.bz_more1.cur_color{
	color:var(--curColor);
}
.bz_more1.sub_color{
	color:var(--subColor);
}
.bz_more1.white_color{
	color:#fff;
}
.bz_more1.cur_bg,
.bz_more1.cur_bor,
.bz_more1.sub_bg,
.bz_more1.sub_bor,
.bz_more1.white_bg,
.bz_more1.white_bor{
	width:9.375em;
	height:3.125em;
	border-radius:200px;
}
/* .bz_more1.only_icon{
	width:3.125em !important;
} */
.bz_more1.only_icon{
	width:auto !important;
}
.bz_more1.only_icon .bz_icon{
	margin-left:0 !important;
}
.bz_more1.only_icon .bz_icon .iconfont{
	font-size:1.5em;
}
.bz_more1.cur_bg{
	background:var(--curColor);
	color:#fff;
}
.bz_more1.cur_bor{
	color:var(--curColor);
	border:solid 1px var(--curColor);
}
.bz_more1.sub_bg{
	background:var(--subColor);
	color:#fff;
}
.bz_more1.sub_bor{
	color:var(--subColor);
	border:solid 1px var(--subColor);
}
.bz_more1.white_bor{
	color:white;
	border:solid 1px white;
}
.bz_more1.white_bg{
	background:#fff;
	color:var(--curColor);
}
.bz_more1:hover .bz_icon .iconfont{
	transition:transform 0.4s ease-in-out,opacity 0.4s ease-in-out;
}
.bz_more1:hover .bz_icon .icon1{
	transform:translateX(100%);
    opacity:0;
}
.bz_more1:hover .bz_icon .icon2{
	transform:translateX(0);
    opacity:1;
}
.bz_more1.cur_color:hover{
	color:var(--subColor);
}
.bz_more1.cur_bg:hover{
	background:var(--subColor);
}
.bz_more1.sub_bg:hover{
	background:var(--curColor);
}
.bz_more1.cur_bor:hover,
.bz_more1.white_bg:hover{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.bz_more1.sub_bor:hover{
	background:var(--subColor);
	border-color:var(--subColor);
	color:#fff;
}
.bz_more1.sub_color:hover{
	color:var(--curColor);
}
.bz_more1.white_bor:hover{
	background:white;
	color:var(--curColor);
}

.bz_more1.bz_more_fan{
	background:#eee;
	color:var(--curColor);
}
.bz_more1.bz_more_fan .bz_icon{
	margin-left:0;
	margin-right:0.625em;
}
.bz_more1.bz_more_fan .bz_icon .icon2{
	transform:translateX(50%);
}
.bz_more1.bz_more_fan:hover{
	color:#fff;
	background:var(--curColor);
}
.bz_more1.bz_more_fan:hover .bz_icon .icon1{
	transform:translateX(-100%);
}
.bz_more1.bz_more_fan:hover .bz_icon .icon2{
	transform:translateX(0);
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~首页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* header */
#hamburger{
	display:none;
}

.header_box{
	position:relative;
	z-index:950;
}
.header_box .header_top{
	--gap:calc(40 / var(--invarPx) * var(--centerWidth));
	background:var(--curColor);
	position:relative;
}
.header_box .header_top::before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:calc((100vw - var(--centerWidth)) / 2 + var(--gdtWidth));
	height:100%;
	background:var(--darColor);
	pointer-events:none;
}
.header_box .header_top .center_box{
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	z-index:3;
}
.header_box .header_top .header_link{
	font-size:16px;
	color:#fff;
}
.header_box .header_top .header_link ul li{
	margin-right:var(--gap);
}
.header_box .header_top .header_link .header_ss{
	display:block;
}
.header_box .header_top .header_lan{
	padding-left:var(--gap);
	position:relative;
	font-size:14px;
	pointer-events:none;
}
.header_box .header_top .header_lan::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:var(--darColor);
	width:100%;
	height:100%;
	border-bottom-left-radius:calc(20 / 50 * var(--headerTopHeight));
}
.header_box .header_top .header_lan .header_lan_def,
.header_box .header_top .header_lan .header_lan_pop .header_ss{
	-webkit-align-items:center;
	align-items:center;
	transition:color .35s;
}
.header_box .header_top .header_lan .header_lan_def{
	position:relative;
	z-index:3;
	color:#fff;
	height:var(--headerTopHeight);
	cursor:pointer;
	pointer-events:auto;
}
.header_box .header_top .header_lan .header_lan_icon{
	width:calc(1em + 6px);
}
.header_box .header_top .header_lan .header_lan_icon img{
	display:block;
	max-width:100%;
	max-height:calc(.9 * var(--headerTopHeight));
}
.header_box .header_top .header_lan .header_lan_sw{
	margin-left:.57em;
}
.header_box .header_top .header_lan .header_lan_arrow{
	font-size:calc(1em + 0px);
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	margin-left:1em;
	transition:all .35s;
}
.header_box .header_top .header_lan .header_lan_arrow .iconfont{
	font-size:1em;
}
.header_box .header_top .header_lan .header_lan_pop{
	--pdTop:20px;
	position:absolute;
	top:100%;
	left:calc(var(--gap) * .5 + 50%);
	z-index:2;
	transform:translate(-50%,20px);
	background:#fff;
	border-radius:5px;
	width:calc(100% +  var(--gap));
	padding:var(--pdTop) 0 var(--pdTop) var(--gap);
	box-shadow:0 var(--pdTop) calc(2 * var(--pdTop)) rgba(0,0,0,.08);
	opacity:0;
	pointer-events:none;
	transition:transform .35s,opacity .35s;
}
.header_box .header_top .header_lan .header_lan_pop::before{
	content: "";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:calc(100% - 1px);
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #fff;
	
}
.header_box .header_top .header_lan .header_lan_pop ol li + li{
	margin-top:.7em;
}
.header_box .header_bot{
	background:#fff;
}
.header_box .header_bot .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.header_box .logo img{
	display:block;
	height:calc(40 / 80 * var(--navHeight));
	max-width:260px;
}

/* 导航 */
.nav_box{
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	--font2:20;
}
.nav_box > ul{
	margin-left:calc(-1 * var(--gap));
	margin-right:calc(-1 * var(--gap));
}
.nav_box > ul > li{
	padding:0 var(--gap);
	position:relative;
}
.nav_box > ul > li > a{
	height:var(--navHeight);
	-webkit-align-items:center;
	align-items:center;
	position:relative;
}
.nav_box > ul > li > a::before{
	content:"";
	position:absolute;
	width:100%;
	height:2px;
	background:var(--curColor);
	bottom:0;
	left:0;
	transform:scaleX(0);
	transition:all .35s;
}
.nav_box > ul > li.active > a{
	color:var(--curColor);
}
.nav_box > ul > li.active > a::before{
	transform:scaleX(1);
}

/* 下拉导航 */
nav ul>li .subnav li a{
	display:block;
	padding:10px 0;
	text-align:center;
	font-size:max(14px,calc(1em - 4px));
	color:#333;
}
nav ul>li .subnav{
	position:absolute;
	width:180px;
	left:50%;
	border-top:solid 2px var(--curColor);
	margin-left:-90px;
	top:100%;
	transform: perspective(300px) scaleY(0) translateZ(30px);
	visibility: hidden;
	opacity:0;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05);
	transform-origin: top;
	visibility:hidden;
	transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease;
}


nav ul>li .subnav ol{
	background:#fff;
	position:relative;
}
nav ul>li .subnav ol li{
	position:relative;
	z-index:3;
}


/* banner */
.banner_box{
	position:relative;
	overflow:hidden;
	--paginationPos:2.5vw;
}
.banner_box .swiper-slide{
	position:relative;
	max-height:100vh;
	overflow:hidden;
}
.banner_box .swiper-slide a{
	display:block;
	position:relative;
	width:100%;
	max-height:100vh;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide a>img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transform-style:preserve-3d;
	transform:scale(1.12);
	transition:all 8s;
}
.banner_box .swiper-slide-active a>img{
	transform-style:preserve-3d;
	transform:scale(1);
}
.banner_box .swiper-slide .banner_img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner_box .swiper-slide .banner_img img{
	display:block;
	width:100%;
}
.banner_box .swiper-slide .banner_txt{
	position:absolute;
	top:0;
	left:50%;
	z-index:5;
	width:var(--centerWidth);
	margin-left:calc(-.5 * var(--centerWidth));
	height:100%;
	color:#fff;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;
}
.banner_box .swiper-slide .banner_txt img{
	display:block;
	max-height:60%;
	max-width:90%;
}
.banner_box .swiper-slide .banner_sw{
	font-size:var(--font60);
	font-weight:bold;
	padding-bottom:calc(120 / var(--invarPx) * var(--centerWidth));
	letter-spacing:.05em;
}
.banner_box .swiper-slide video{
	position: absolute;
	width:100%;
	left:0px;
	top:50%;
	transform: translateY(-50%);
	object-fit:fill;
	min-height:100%;
	z-index:3;
}
.banner_box .swiper-pagination.swiper-pagination-bz{
	position:absolute;
	left:0;
	bottom:max(20px,calc(50 / 1080 * 100vh));
	--swdotBeishu:3;
}
.banner_box .swiper-button.swiper-button-bz{
	--swPos:calc(40 / var(--fullPx) * 100vw);
	--move:calc(var(--swPos) + var(--swbtnSize));
	--swbtnSize:60px;
}
.banner_box .mask_array{
	position:absolute;
	color:#fff;
	font-size:calc(30px + 28 / var(--invarPx) * var(--centerWidth));
	width:1em;
	height:1em;
	bottom:calc(5vh + 30px + 1vw);
	z-index:5;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	animation: start 2s infinite ease-in-out;
}
.banner_box .mask_array .iconfont{
	font-size:1em;
}
@keyframes start {
	0%,30% {opacity: 0;transform: translate(-50%,-15px);}
	60% {opacity: 1;transform: translate(-50%,0);}
	100% {opacity: 0;transform: translate(-50%,15px);}
}
.swiper-pagination.swiper-pagination-bz{
	position:static;
	width:100%;
	text-align:center;
	--swdotWidth:calc(var(--swdotBeishu) * var(--swdotHeight));
}
.swiper-pagination.swiper-pagination-bz .swiper-pagination-bullet{
	width:var(--swdotWidth);
	height:var(--swdotHeight);
	border-radius:var(--swdotHeight);
	margin:0 max(calc(var(--swdotHeight) * .5),calc(10 / 30 * var(--swdotWidth)));
	background:currentColor;
	--swiper-pagination-bullet-inactive-opacity:.5;
}
.swiper-pagination.swiper-pagination-bz.swiper-pagination-color{
	color:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.cur-bg .swiper-pagination-bullet{
	background:var(--curColor);
}
.swiper-pagination.swiper-pagination-bz.sub-bg .swiper-pagination-bullet{
	background:var(--subColor);
}
.swiper-button.swiper-button-bz{
	--swPos:10px;
	--swiper-navigation-size:var(--swbtnSize);
	font-size:var(--swbtnSize);
	width:1em;
	height:1em;
	border-radius:50%;
	transition:all .35s;
}
.swiper-button.swiper-button-bz::after{
	font-size:.5em;
}
.swiper-button.swiper-button-bz.swiper-button-prev{
	left:var(--swPos);
}
.swiper-button.swiper-button-bz.swiper-button-next{
	right:var(--swPos);
}
.swiper-button.swiper-button-bz.cur-bor{
	border:solid 1px var(--curColor);
	color:var(--curColor);
}
.swiper-button.swiper-button-bz.sub-bor{
	border:solid 1px var(--subColor);
	color:var(--subColor);
}
.swiper-button.swiper-button-bz.white-bg{
	background:rgba(255,255,255,.7);
}
.swiper-button.swiper-button-bz.cur-bg{
	background:var(--curColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.sub-bg{
	background:var(--subColor);
	color:#fff;
}
.swiper-button.swiper-button-bz.cur-bg:hover{
	background:var(--subColor);
}
.swiper-button.swiper-button-bz.sub-bor:hover{
	background:var(--subColor);
	color:#fff;
}

.swiper-button.swiper-button-bz.swiper-button-black{
	background-color:rgba(0,0,0,.2);
	color:#fff;
}
.banner_box .swiper-pagination.swiper-pagination-bt{
	bottom:30px;
	position:absolute;
}
.swiper-pagination-bt.swiper-pagination{
	position:static;
	width:100%;
	text-align:center;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
	display:inline-block !important;
	margin:0 21px;
	transition:all .35s;
	width:10px;
	height:10px;
	border-radius:50%;
	opacity:1;
	background:#fff;
	font-family:arialb;
	font-size:24px;
	color:#fff;
	position:relative;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet:before{
	content:"";
	width:38px;
	height:38px;
	border-radius:50%;
	border:solid 3px rgba(255,255,255,.3);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	opacity:0;
	transition:all 0s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet svg{
	position:absolute;
	z-index:3;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%) rotate(-90deg);
	opacity:0;
	stroke-dasharray:120,120;
    stroke-dashoffset:120;
	transition:all .35s;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active:before{
	opacity:1;
}
.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet-active svg{
	animation:circleLoad 5.4s .6s linear;
	opacity:1;
}
@keyframes circleLoad {
  0% {
    stroke-dashoffset:120;
  }

  100% {
    stroke-dashoffset:0;
  }
}

/* 标题1 */
.bz_tit1{
	--font2:46;
}
.bz_tit1 .bz_h{
	font-weight:bold;
}
.bz_tit1 .bz_exp{
	--font2:18;
	opacity:.8;
	margin-top:.5em;
}
.bz_tit1.center_tit{
	text-align:center;
}
.bz_tit1.white_tit{
	color:#fff;
}
.bz_tit1.wow{
	animation-name:fadeInUp;
	animation-delay:.2s;
}

/* 关于我们 */
.gywm_box{
	--pd:80px;
	padding:var(--pd) 0;
}
.gywm_box .bz_tit1{
	margin-bottom:.58em;
}
.gywm_box .gywm_top{
	--imgWidth:calc(420 / var(--invarPx) * var(--centerWidth));
	--gap:calc(130 / var(--invarPx) * var(--centerWidth));
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.gywm_box .gywm_top .gywm_tl{
	width:calc(100% - var(--gap) - var(--imgWidth));
	padding-top:calc(40 / var(--invarPx) * var(--centerWidth));
}
.gywm_box .gywm_top .gywm_txt .gywm_exp,
.gywm_box .gywm_top .gywm_txt .gywm_sw{
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_box .gywm_top .gywm_txt .gywm_exp{
	--font2:30;
	display:block;
	color:var(--subColor);
	font-weight:bold;
	margin-bottom:1.32em;
}
.gywm_box .gywm_top .gywm_txt .gywm_sw{
	--font2:18;
}
.gywm_box .gywm_top .gywm_tr{
	width:var(--imgWidth);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:-webkit-sticky;
	position:sticky;
	top:var(--pd);
}
.gywm_box .gywm_top .gywm_tr img{
	display:block;
	max-width:92%;
	animation-name:scaleImg;
	animation-duration:1.2s;
	animation-delay:.35s;
}
@keyframes scaleImg{
	0%{
		transform:scale(.4);
		opacity:0;
	}
	100%{
		transform:scale(1);
		opacity:1;
	}
}
.gywm_counter{
	--minWidth:calc(260 / var(--invarPx) * var(--centerWidth));
	--pdTop:calc(40 / var(--invarPx) * var(--centerWidth));
	--pdsLeft:calc(12px + 10 / var(--invarPx) * var(--centerWidth));
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	padding-top:var(--pdTop);
	padding-bottom:var(--pdTop);
	margin-top:calc(50 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_counter ul{
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.gywm_counter ul li{
	min-width:var(--minWidth);
}
.gywm_counter .gywm_ss{
	padding-left:var(--pdsLeft);
	position:relative;
	float:left;
	color:var(--curColor);
	transition:all .35s;
}
.gywm_counter .gywm_ss::before,
.gywm_counter .gywm_ss::after{
	content:"";
	position:absolute;
	--pos:5%;
	top:var(--pos);
}
.gywm_counter .gywm_ss::before{
	left:1px;
	width:1px;
	bottom:var(--pos);
	background:#e5e5e5;
}
.gywm_counter .gywm_ss::after{
	left:0;
	width:3px;
	height:calc(10px + 5 / var(--invarPx) * var(--centerWidth));
	background:var(--subColor);
	border-radius:20px;
}
.gywm_counter .gywm_st{
	-webkit-align-items:flex-end;
	align-items:flex-end;
	line-height:1;
}
.gywm_counter .gywm_st em,
.gywm_counter .gywm_st .gywm_dy{
	font-weight:bold;
}
.gywm_counter .gywm_st em{
	--font2:50;
}
.gywm_counter .gywm_st .gywm_dy{
	--font2:24;
	transform:translateY(calc(-3 / 24 * 1em));
	margin-left:.2em;
}
.gywm_counter .gywm_sd{
	--font2:18;
	color:#666;
	margin-top:.33em;
}

/* 专业研发 */
.zyyf_box{
	background:var(--curColor);
	overflow:hidden;
	position:relative;
}
.zyyf_box .zyyf_bg{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:600px;
	filter:grayscale(100%);
	filter:grayscale(100%) brightness(10000);
}
.zyyf_box .center_box{
	position:relative;
	z-index:3;
	text-align:center;
}
.zyyf_box .zyyf_txt{
	--font2:36;
	font-weight:bold;
	color:#fff;
}

/* 页脚 */
.footer_box{
	background:var(--darColor);
	color:rgba(255,255,255,.6);
	overflow:hidden;
}
.footer_nav{
	--font2:18;
	--gap:calc(50 / var(--invarPx) * var(--centerWidth));
}
.footer_nav ul{
	margin-left:calc(-1 * var(--gap));
}
.footer_nav ul li{
	-webkit-flex:1;
	flex:1;
}
.footer_nav ul dt,
.footer_nav ul dd{
	overflow:hidden;
}
.footer_nav ul dl{
	margin-left:var(--gap);
	border-top:solid 2px var(--curColor);
}
.footer_nav ul dt + dd{
	margin-top:1em;
}
.footer_nav ul dd + dd{
	margin-top:.5em;
}
.footer_nav ul dl a{
	float:left;
}
.footer_nav ul dt a{
	color:#fff;
}
.footer_nav ul dd a{
	font-size:calc(1em - 2px);
}
.footer_box .footer_td{
	--iconSize:calc(30px + 10 / var(--invarPx) * var(--centerWidth));
	--iconGap:var(--iconSize);
	--iconCol:4;
	--iconWidth:calc((var(--iconSize) + var(--iconGap)) * var(--iconCol));
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	border-top:solid 1px rgba(255,255,255,.2);
}
.footer_box .footer_td .footer_info{
	width:calc(95% - var(--iconWidth));
	overflow:hidden;
}
.footer_info{
	--gap:calc(110 / var(--invarPx) * var(--centerWidth));
	--infoIcon:calc(1em + 6px);
	font-size:16px;
}
.footer_info ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--gap));
	margin-top:-.5em;
}
.footer_info ul li{
	margin-left:var(--gap);
	margin-top:.5em;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.footer_info ul li .footer_icon{
	width:var(--infoIcon);
	height:var(--infoIcon);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.footer_info ul li .footer_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.footer_info ul li .footer_icon svg path{
	fill:currentColor !important;
}
.footer_info ul li .footer_sw{
	padding-left:.5em;
	line-height:var(--infoIcon);
}
.footer_follow ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	color:#fff;
	margin-left:calc(-1 * var(--iconGap));
}
.footer_follow ul li{
	margin-left:var(--iconGap);
	position:relative;
}
.footer_follow ul li .footer_icon{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	background:rgba(255,255,255,.3);
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.footer_follow ul li .footer_icon svg{
	display:block;
	max-width:60%;
	max-height:60%;
}
.footer_follow ul li .footer_icon svg path{
	fill:currentColor !important;
}

.footer_follow ul li .footer_hide{
	position:absolute;
	bottom:100%;
	--pdTb:20px;
	padding-bottom:var(--pdTb);
	left:50%;
	transform:translate(-50%,calc(var(--pdTb) * 2));
	opacity:0;
	pointer-events:none;
	transition:transform .35s,opacity .35s;
}
.footer_follow ul li .footer_wrap{
	position:relative;
	background:#fff;
	border-radius:5px;
	padding:8px;
	text-align:center;
}
.footer_follow ul li .footer_wrap:before{
	content:"";
	position:absolute;
	width:calc(var(--pdTb) * .8);
	height:calc(var(--pdTb) * .5);
	top:calc(100% - 1px);
	left:50%;
	transform:translateX(-50%);
	background:#fff;
	clip-path:polygon(0 0,100% 0,50% 100%);
}
.footer_follow ul li .footer_wrap span{
	display:block;
	margin-left:auto;
	margin-right:auto;
	--qrSize:110px;
	width:var(--qrSize);
	height:var(--qrSize);
}
.footer_follow ul li .footer_wrap span img{
	display:block;
	width:100%;
	height:100%;
}
.footer_follow ul li .footer_wrap p{
	font-size:12px;
	color:#333;
	margin-top:5px;
}
.footer_follow ul li.is-open .footer_hide{
	transform:translate(-50%,0);
	opacity:1;
	pointer-events:auto;
}
.footer_follow ul li.is-open .footer_icon{
	background:#fff;
	color:var(--curColor);
}
.footer_box .footer_bot{
	border-top:solid 1px rgba(255,255,255,.2);
	font-size:14px;
	color:rgba(255,255,255,.4);
}
.footer_box .footer_bot .footer_bl{
	--gap:1em;
	margin-left:calc(-1 * var(--gap));
}
.footer_box .footer_bot .footer_bl > *{
	margin-left:var(--gap);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~内页~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* 内页-banner */
.inner_banner{
    position:relative;
    overflow:hidden;
	max-height:100vh;
	z-index:2;
}
.inner_banner .inner_banner_mask{
	--maskSize:150vmax;
	--op1:0;
	--op2:.3;
	position:absolute;
	top:50%;
	left:50%;
	width:var(--maskSize);
	height:var(--maskSize);
	margin-top:calc(-.5 * var(--maskSize));
	margin-left:calc(-.5 * var(--maskSize));
	background:#000;
	border-radius:50%;
	z-index:2;
	pointer-events:none;
	opacity:var(--op2);
	animation-name:inbGrad;
	animation-duration:1.5s;
	animation-delay:.5s;
}
@keyframes inbGrad{
	0%{
		opacity:var(--op1);
		transform: scale(0);
	}
	100%{
		opacity:var(--op2);
		transform:scale(1);
	}
}
.inner_banner > img {
    display:block;
    width:100%;
    height:100%;
	object-fit:cover;
}
.inner_banner .inner_b_txt{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    height:100%;
    z-index:3;
    color:#fff;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.inner_banner .inner_b_txt .inner_b_ce{
	width:100%;
	position:relative;
	font-size:calc(12px + 18 / var(--invarPx) * var(--centerWidth));
	color:#fff;
	text-align:center;
}
.inner_banner .inner_b_txt .inner_b_cn{
	--font2:46;
	font-weight:bold;
	animation-name:fontScale;
	animation-delay:.8s;
}
@keyframes fontScale{
	0%{
		transform:scale(0);
	}
	100%{
		transform:scale(1);
	}
}
.inner_banner .inner_b_txt .inner_b_exp{
	display:block;
	font-weight:bold;
	color:rgba(255,255,255,.5);
	animation-name:fadeInUp;
	animation-delay:1.2s;
}

.inner_banner .inner_b_txt .inner_b_line{
	display:block;
	width:1.67em;
	height:2px;
	background:currentColor;
	transform-origin:left;
	animation-name:bLine;
}
@keyframes bLine{
	from{
		transform:scaleX(0);
	}
	to{
		transform:scaleX(1);
	}
}

.scaleBox {
    -webkit-animation-name:scaleBox;
    animation-name:scaleBox;
}

@keyframes scaleBox {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* 当前位置、二级导航 */
.locnav_box{
	position:relative;
}
.locnav_box::before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:rgba(var(--rgb1),.4);
}
.locnav_box .center_box{
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	overflow:hidden;
}
.locnav_box .inner_loc{
	width:100%;
}
.locnav_box .isub_nav ~ .inner_loc{
	width:auto;
}

/* 当前位置 */
.inner_loc,
.inner_loc a{
	color:#666;
	font-size:14px;
}
.inner_loc a,
.inner_loc span{
	padding:0 3px;
	display:inline-block;
	vertical-align:middle;
}
.inner_loc .iconfont{
	display:block;
	font-size:18px;
	width:21px;
	height:18px;
	padding-right:4px;
	color:#333;
}
.inner_loc a:hover{
	color:var(--curColor);
}
.inner_loc span{
	max-width:400px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.inner_loc span ~ span{
	color:var(--curColor);
}
.inner_loc .inner_loc_tit{
	transform:translateY(-.1em);
}
.inner_loc .inner_loc_tit .iconfont{
	color:var(--curColor);
}


/* 内页-二级导航 */
.isub_nav{
	--gap:calc(60 / var(--invarPx) * var(--centerWidth));
	margin-left:calc(-1 * var(--gap));
}
.isub_nav .swiper-slide{
	width:auto;
	margin-left:var(--gap);
}
.isub_nav .swiper-slide a{
	display:block;
	color:#333;
	font-size:18px;
	font-weight:bold;
	position:relative;
}
.isub_nav .swiper-slide a::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	background:var(--curColor);
	transform:scaleX(0);
}
.isub_nav .swiper-slide.current a{
	color:var(--curColor);
}
.isub_nav .swiper-slide.current a::after{
	transform:scaleX(1);
}

/* 列表翻页 */
.list_pages .pagination{
	font-size:0;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.list_pages .pagination li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 6px 10px;
}
.list_pages .pagination li a,
.list_pages .pagination li span{
	display:block;
	font-size:18px;
	color:#333;
	width:50px;
	height:50px;
	text-align:center;
	line-height:48px;
	overflow:hidden;
	border:solid 1px #eee;
}
.list_pages .pagination li.pg_prev a,
.list_pages .pagination li.pg_next a{
	background:none !important;
	/* color:var(--curColor); */
	width:auto;
	padding:0 25px;
}
.list_pages .pagination li.active a,
.list_pages .pagination li.active span{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.list_pages .pagination li.active a:hover,
.list_pages .pagination li.active span:hover{
	color:#fff !important;
}
.list_pages .pagination li:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor);
	border-color:var(--curColor);
}
.list_pages .pagination li.pg_prev:not(.disabled) a:hover,
.list_pages .pagination li.pg_next:not(.disabled) a:hover{
	color:#fff;
	background-color:var(--curColor) !important;
	border-color:var(--curColor);
}

/* 内容翻页 */
.ipn_page{
	--pd:30px;
	--borColor:#e5e5e5;
	--borWidth:1px;
	--col:2;
	overflow:hidden;
	border-top:solid 1px var(--borColor);
	font-size:16px;
}
.ipn_page .inner_pnpage{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ipn_page .inner_pnpage .inner_pnpage_prev,
.ipn_page .inner_pnpage .inner_pnpage_next{
	width:50%;
}
.ipn_page .inner_pnpage .inner_pnpage_prev{
	padding-right:var(--pd);
}
.ipn_page .inner_pnpage .inner_pnpage_next{
	padding-left:var(--pd);
	border-left:solid var(--borWidth) var(--borColor);
}
.ipn_page .inner_pnpage .inner_pnpage_a span{
	color:#666;
}
.ipn_page .inner_pnpage .inner_pnpage_a p{
	max-width:calc(var(--centerWidth) / var(--col) - var(--pd) - 4em - var(--borWidth));
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ipn_page .inner_pnpage .inner_pnpage_a:hover{
	color:var(--curColor);
}

/* 新闻列表 */
.xw_list2{
	--gap:0;
	--imgWidth:calc(350 / var(--centerPx) * var(--centerWidth));
	--imgHeight:calc(210 / 350 * var(--imgWidth));
	--dateWidth:calc(170 / var(--centerPx) * var(--centerWidth));
	--lrGap:calc(30 / var(--centerPx) * var(--centerWidth));
	--txtPd:calc(140 / var(--centerPx) * var(--centerWidth));
}
.xw_list2 ul li{
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.xw_list2 .xw_ss{
	padding-right:0;
	border-bottom:solid 1px #e5e5e5;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.xw_list2 .xw_ss .xw_img{
	display:block;
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
}
.xw_list2 .xw_ss .xw_img img{
	display:block;
	width:100%;
	height:100%;
}
.xw_list2 .xw_ss .xw_txt{
	width:calc(100% - var(--imgWidth) - var(--lrGap));
}
.xw_list2 .xw_ss .xw_txt .xw_tl{
	width:calc(100% - var(--dateWidth));
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	padding-right:var(--txtPd);
}
.xw_list2 .xw_ss .xw_txt .xw_st{
	width:100%;
}
.xw_list2 .xw_ss .xw_txt .xw_sh{
	--font2:24;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.xw_list2 .xw_ss .xw_txt .xw_date2{
	display:none;
}
.xw_list2 .xw_ss .xw_txt .xw_sw{
	font-size:16px;
	color:#666;
	line-height:1.5;
	height:calc(1.5em * 2);
	margin-top:1em;
}
.xw_list2 .xw_ss .xw_txt .bz_more1{
	margin-top:calc(40 / 1560 * var(--centerWidth));
}
.xw_list2 .xw_ss .xw_txt .xw_tr{
	width:var(--dateWidth);
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:center;
	position:relative;
}
.xw_list2 .xw_ss .xw_txt .xw_tr:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:1px;
	background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
	pointer-events:none;
}
.xw_list2 .xw_ss .xw_txt .xw_tr span{
	--font2:36;
	display:block;
	font-weight:bold;
	color:var(--subColor);
}
.xw_list2 .xw_ss .xw_txt .xw_tr p{
	font-size:16px;
	color:#333;
}
.xw_list2 .xw_ss:hover{
	color:var(--curColor);
}

/* 新闻详情页 */
.xqy_box1 .inner_loc,
.xqy_box1 .inner_loc a,
.xqy_box1 .inner_loc .inner_loc_tit .iconfont,
.xqy_box1 .inner_loc span ~ span{
	color:#fff;
}
.xqy_box1 .inner_loc a:hover{
	color:rgba(255,255,255,.8);
}
.xqy_box1 .xqy_top{
	background:var(--darColor) url(../img/xqy_top_bg.png) no-repeat right bottom;
	background-size:calc(880 / 1920 * 100vw);
	color:#fff;
	overflow:hidden;
}
.xqy_box1 .xqy_title .xqy_h{
	--font2:36;
	font-weight:bold;
}
.xqy_box1 .xqy_title .xqy_info{
	--infoGap:calc(80 / var(--invarPx) * var(--centerWidth));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	font-size:14px;
	opacity:.8;
	margin-left:calc(-1 * var(--infoGap));
}
.xqy_box1 .xqy_title .xqy_info span{
	margin-left:var(--infoGap);
}
.xqy_box1 .xqy_bot .xqy_bt{
	--sideWidth:calc(250px + 100 / var(--invarPx) * var(--centerWidth));
	--gap:calc(20px + 30 / var(--invarPx) * var(--centerWidth));
}
.xqy_box1 .xqy_bot .xqy_bt .center_box{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.xqy_box1 .xqy_bot .xqy_bt .xqy_content{
	width:calc(100% - var(--sideWidth) - var(--gap));
}
.side_news{
	width:var(--sideWidth);
	border:solid 1px rgba(var(--rgb1),.4);
	position:-webkit-sticky;
	position:sticky;
	top:calc(40 / var(--invarPx) * var(--centerWidth));
}
.side_news .side_h{
	--font1:16;
	--font2:24;
	font-weight:bold;
	color:var(--darColor);
}
.side_news_list .side_ss{
	display:block;
	border-bottom:solid 1px #eee;
	transition:all .35s;
}
.side_news_list ul li:nth-last-of-type(1) .side_ss{
	border-bottom:none;
	padding-bottom:0;
}
.side_news_list .side_ss .side_sh{
	--font1:14;
	--font2:18;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.side_news_list .side_ss .side_date{
	display:block;
	font-size:14px;
	color:#777;
	margin-top:.3em;
}
.hxjsx_box1 .side_news_list .side_ss .side_sh{
	font-weight:normal;
}

.cpx_box1 .cpx_tit_box{
	--topGap:40px;
	--imgWidth:calc(460 / var(--invarPx) * var(--centerWidth));
	margin-top:calc(-1 * var(--topGap));
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.cpx_box1 .cpx_tit_box .cpx_tl{
	padding-top:var(--topGap);
	width:calc(100% - var(--imgWidth));
}
.cpx_box1 .cpx_tit_box .cpx_exp{
	font-size:18px;
	opacity:.8;
}
.cpx_box1 .cpx_tit_box .cpx_img{
	width:var(--imgWidth);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.cpx_box1 .cpx_tit_box .cpx_img img{
	display:block;
	max-width:43%;
	max-height:300px;
	animation-name:scaleImg;
	animation-delay:.2s;
}
.cpx_box1 .cpx_content{
	--gapTop:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	--gapLeft:calc(2 * var(--gapTop));
}
.cpx_box1 .cpx_content .cpx_item{
	border-bottom:solid 1px #e5e5e5;
}
.cpx_box1 .cpx_content .cpx_item:nth-last-of-type(1){
	border-bottom:none;
}
.cpx_box1 .cpx_content .cpx_item_ss{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--gapLeft));
	margin-top:calc(-1 * var(--gapTop));
}
.cpx_box1 .cpx_content .cpx_item .cpx_c{
	margin-top:var(--gapTop);
}
.cpx_box1 .cpx_content .cpx_item .cpx_c1{
	width:100%;
}
.cpx_box1 .cpx_content .cpx_item .cpx_c2{
	width:50%;
}
.cpx_box1 .cpx_content .cpx_item .cpx_cs{
	margin-left:var(--gapLeft);
}
.cpx_box1 .bz_tit1{
	color:var(--darColor);
}
.cpx_box1 .cpx_content .cpx_item .cpx_sw{
	line-height:2;
}
.cpml_list ul li{
	padding-top:5px;
}
.cpml_list ul li .cpml_ss{
	-webkit-align-items:center;
	align-items:center;
}
.cpml_list ul li .cpml_ss .cpml_a{
	--font2:24;
	--iconSize:calc(30 / 24 * 1em);
	-webkit-align-items:center;
	align-items:center;
	color:var(--subColor);
	transition:all .35s;
}
.cpml_list ul li .cpml_ss .cpml_a .cpml_icon{
	font-size:var(--iconSize);
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.cpml_list ul li .cpml_ss .cpml_a .cpml_icon .iconfont{
	font-size:1em;
}
.cpml_list ul li .cpml_ss .cpml_a .cpml_sw{
	max-width:calc(var(--centerWidth) - 6em - var(--iconSize));
	padding-left:.2em;
}
.cpml_list ul li .cpml_ss .cpml_size{
	--font2:18;
	margin-left:1em;
}

/* 产品列表页 */
.cp_box1 .cp_top{
	background:var(--darColor) url(../img/cp_top_bg.png) no-repeat center bottom;
	background-size:100%;
	color:#fff;
}
.cp_box1 .cp_top .cp_tt{
	--pd:calc(100 / var(--invarPx) * var(--centerWidth));
	padding:var(--pd) 0;
}
.cp_box1 .cp_top .cp_tt .cp_exp{
	--font2:24;
}
.cp_box1 .cp_top .cp_tt .cp_sw{
	--font2:18;
	color:rgba(255,255,255,.8);
}
.cp_box1 .cp_top .cp_td{
	--col:3;
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	background:rgba(var(--rgb1),.2);
}
.cp_box1 .cp_top .cp_td ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:calc(-1 * var(--gap));
	margin-top:calc(-1 * var(--gap));
}
.cp_box1 .cp_top .cp_td ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.cp_box1 .cp_top .cp_td .cp_ss{
	margin-left:var(--gap);
}
.cp_box1 .cp_top .cp_td .cp_ss .cp_num{
	--font2:60;
	font-weight:bold;
	color:var(--curColor);
}
.cp_box1 .cp_top .cp_td .cp_ss .cp_sh{
	--font2:24;
	font-weight:bold;
	margin-top:.5em;
}
.cp_box1 .cp_top .cp_td .cp_ss .cp_sw{
	--font2:18;
	margin-top:.65em;
	opacity:.8;
}
.cp_box1 .cp_bot .cp_bt{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	border-bottom:solid 1px #e5e5e5;
}
.cp_box1 .cp_bot .cp_bt .cp_state{
	--gap:calc(50 / var(--invarPx) * var(--centerWidth));
	color:#666;
	font-size:16px;
}
.cp_box1 .cp_bot .cp_bt .cp_state label{
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
}
.cp_box1 .cp_bot .cp_bt .cp_state label + label{
	margin-left:var(--gap);
}
.cp_box1 .cp_bot .cp_bt .cp_state input{
	display:none;
}
.cp_box1 .cp_bot .cp_bt .cp_state .cp_icon{
	font-size:calc(20 / 16 * 1em);
	width:1em;
	height:1em;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.cp_box1 .cp_bot .cp_bt .cp_state .cp_icon .iconfont{
	font-size:1em;
	font-weight:bold;
}
.cp_box1 .cp_bot .cp_bt .cp_state .cp_sw{
	padding-left:.5em;
	transition:all .35s;
}
.cp_box1 .cp_bot .cp_bt .cp_state input:checked ~ .cp_icon{
	color:var(--curColor);
}
.cp_list{
	--col:1;
	--gap:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(100px + 290 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(340 / 390 * var(--imgWidth));
	--txtPd:calc(50 / var(--invarPx) * var(--centerWidth));
}
.cp_list ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.cp_list ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.cp_list ul li .cp_ss{
	margin-left:var(--gap);
	width:calc(100% - var(--gap));
	border:solid 1px rgba(var(--rgb1),.4);
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	transition:color .35s,border-color .35s,box-shadow .35s;
}
.cp_list ul li .cp_ss .cp_img{
	width:var(--imgWidth);
	height:var(--imgHeight);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.cp_list ul li .cp_ss .cp_img img{
	display:block;
	max-width:51.28%;
	max-height:88.23%;
}
.cp_list ul li .cp_ss .cp_txt{
	width:calc(100% - var(--imgWidth));
	padding:var(--txtPd);
}
.cp_list ul li .cp_ss .cp_txt .cp_sh,
.cp_list ul li .cp_ss .cp_txt .cp_sw{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.cp_list ul li .cp_ss .cp_txt .cp_sh{
	--font2:30;
	font-weight:bold;
}
.cp_list ul li .cp_ss .cp_txt .cp_sw{
	--font2:24;
	color:#666;
	margin-top:.5em;
}
.cp_list ul li .cp_ss .cp_txt .bz_more1{
	margin-top:calc(80 / 390 * var(--imgWidth));
}
.cp_list.cp_grid{
	--col:3;
	--gap:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * var(--gap)) / var(--col));
	--imgHeight:calc(370 / 500 * var(--imgWidth));
	--txtPd:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
}
.cp_list.cp_grid ul li .cp_ss{
	-webkit-flex-direction:column;
	flex-direction:column;
}
.cp_list.cp_grid ul li .cp_ss .cp_img{
	width:100%;
}
.cp_list.cp_grid ul li .cp_ss .cp_txt{
	width:100%;
	padding-top:0;
}
.cp_list.cp_grid ul li .cp_ss .cp_txt .cp_sw{
	margin-top:.25em;
}
.cp_list.cp_grid ul li .cp_ss .cp_txt .bz_more1{
	width:auto;
	height:auto;
	border:none !important;
	margin-top:1em;
}

/* 服务页 */
.fw_box1 .fw_top .fw_txt{
	--font2:20;
	margin-top:1.25em;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.fw_box1 .fw_bot{
	--imgWidth:calc(700 / var(--invarPx) * var(--centerWidth));
	--gap:calc(160 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(12px + 58 / var(--invarPx) * var(--centerWidth));
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.fw_box1 .fw_bot .fw_bl{
	--font2:24;
	width:calc(100% - var(--imgWidth) - var(--gap));
	animation-name:fadeInLeft;
	animation-delay:.2s;
}
.fw_box1 .fw_bot .fw_bl ul li{
	padding:1.25em 0;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	border-bottom:solid 1px rgba(var(--rgb1),.4);
	transition:border-color .35s;
}
.fw_box1 .fw_bot .fw_bl .fw_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:var(--subColor);
	background:rgba(var(--rgb1),.1);
	border-radius:50%;
	transition:all .35s;
}
.fw_box1 .fw_bot .fw_bl .fw_icon svg{
	display:block;
	max-width:54%;
	max-height:54%;
}
.fw_box1 .fw_bot .fw_bl .fw_icon svg path{
	fill:currentColor !important;
}
.fw_box1 .fw_bot .fw_bl .fw_sr{
	padding-left:1.25em;
	width:calc(100% - var(--iconSize));
	min-height:var(--iconSize);
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.fw_box1 .fw_bot .fw_bl .fw_sr .fw_sw{
	font-weight:bold;
}
.fw_box1 .fw_bot .fw_br{
	width:var(--imgWidth);
	overflow:hidden;
	animation-name:fadeInRight;
	animation-delay:.2s;
}
.fw_box1 .fw_bot .fw_br img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}


/* 业绩 */
.yj_nav{
	--font2:24;
	--col:6;
	--gap:calc(30 / var(--invarPx) * var(--centerWidth));
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.yj_nav ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gap));
	margin-left:calc(-1 * var(--gap));
}
.yj_nav ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gap);
}
.yj_nav ul li a{
	width:calc(100% - var(--gap));
	margin-left:var(--gap);
	border:solid 1px rgba(var(--rgb1),.4);
	padding:.7em;
	font-weight:bold;
	text-align:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.yj_nav ul li.active a{
	background:var(--curColor);
	border-color:var(--curColor);
	color:#fff;
}
.yj_list{
	--font2:24;
	--imgWidth:calc((var(--centerWidth) - var(--space)) / 2);
	--space:calc(200 / var(--invarPx) * var(--centerWidth));
	--txtPd:calc(50 / var(--invarPx) * var(--centerWidth));
	--txtMg:calc(30 / 24 * 1em);
	--row:7;
	--txtHeight:calc(var(--row) * (1em + var(--txtMg)) - var(--txtMg));
	--gap:calc(70 / var(--invarPx) * var(--centerWidth));
}
.yj_list > ul > li{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	position:relative;
	margin-top:var(--gap);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.yj_list > ul > li:nth-of-type(even){
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.yj_list > ul > li::before{
	content:"";
	position:absolute;
	width:1px;
	height:100%;
	left:50%;
	background:var(--curColor);
	pointer-events:none;
}
.yj_list .yj_img{
	width:var(--imgWidth);
	overflow:hidden;
}
.yj_list .yj_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.yj_list .yj_txt{
	width:var(--imgWidth);
}
.yj_list .yj_txt .yj_sh{
	--font2:36;
	font-weight:bold;
	line-height:1;
}
.yj_list .gdt_view{
	overflow-y:auto;
	height:var(--txtHeight);
	margin-top:calc(40 / 24 * 1em);
	padding-right:var(--txtPd);
}
.yj_slist ol{
	margin-top:calc(-1 * var(--txtMg));
}
.yj_slist ol > li{
	margin-top:var(--txtMg);
}
.yj_slist ol > li .yj_ss{
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
	pointer-events:none;
}
.yj_slist ol > li .yj_ss .yj_icon{
	width:1em;
	height:1em;
	-webkit-align-items:center;
	align-items:center;
	color:var(--curColor);
	pointer-events:auto;
}
.yj_slist ol > li .yj_ss .yj_icon .iconfont{
	font-size:calc(20 / 24 * 1em);
}
.yj_slist ol > li .yj_ss .yj_sw{
	line-height:1;
	max-width:calc(100% - 1em);
	padding-left:calc(10 / 24 * 1em);
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	pointer-events:auto;
}

/* 业绩详情页 */
.yjx_box1 .yjx_bt{
	--imgWidth:calc(675 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(405 / 675 * var(--imgWidth));
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	--txtPd:calc(20 / var(--invarPx) * var(--centerWidth));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	border-bottom:solid 1px #e5e5e5;
}
.yjx_box1 .yjx_bt .yjx_img{
	display:block;
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
}
.yjx_box1 .yjx_bt .yjx_img img{
	display:block;
	width:100%;
	height:100%;
}
.yjx_box1 .yjx_bt .yjx_btr{
	width:calc(100% - var(--imgWidth) - var(--gap));
	padding:var(--txtPd) 0;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.yjx_box1 .yjx_bt .yjx_btr .yjx_sh{
	--font2:36;
	font-weight:bold;
}
.yjx_box1 .yjx_bt .yjx_btr .yjx_sw{
	--font2:22;
	color:#666;
	line-height:1.8;
	margin-top:.5em;
}
.yjx_box1 .yjx_bt .yjx_btr .bz_more1{
	margin-top:var(--txtPd);
}
.yjx_box1 .yjx_bd .yjx_sh{
	--font2:36;
	font-weight:bold;
}

/* 关于我们页 */
.gywm_box1 .gywm_txt .gywm_sw{
	--font2:18;
	text-align:center;
	padding-top:1em;
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.gywm_lunbo{
	--gap:calc(15 / var(--invarPx) * var(--centerWidth));
	--col:3;
	--imgWidth:calc((var(--centerWidth) - (var(--col) - 1) * 2 * var(--gap)) / var(--col));
	--imgHeight:calc(300 / 500 * var(--imgWidth));
}
.gywm_lunbo .picMarquee-left{
	overflow:hidden;
	width:100%;
	position:relative;
}
.gywm_lunbo .picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.gywm_lunbo .picMarquee-left .bd ul li{
	margin:0 var(--gap);
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.gywm_lunbo .gywm_img{
	display:block;
	width:100%;
	height:var(--imgHeight);
	overflow:hidden;
}
.gywm_lunbo .gywm_img img{
	display:block;
	width:100%;
	height:100%;
}

/* 核心技术页 */
.hxjs_box1 .hxjs_top{
	--col:3;
	--gapLeft:calc(45 / var(--invarPx) * var(--centerWidth));
	--gapTop:calc(25 / 45 * var(--gapLeft));
	--pd:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	--iconSize:calc(40px + 40 / var(--invarPx) * var(--centerWidth));
}
.hxjs_box1 .hxjs_top ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--gapTop));
	margin-left:calc(-1 * var(--gapLeft));
}
.hxjs_box1 .hxjs_top ul li{
	width:calc(100% / var(--col));
	margin-top:var(--gapTop);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.hxjs_box1 .hxjs_top .hxjs_ss{
	margin-left:var(--gapLeft);
	width:calc(100% - var(--gapLeft));
	border:solid 1px rgba(var(--rgb1),.4);
	padding:var(--pd);
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.hxjs_box1 .hxjs_top .hxjs_ss .hxjs_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	border-radius:50%;
	background:#f7f7f7;
	color:var(--subColor);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	transition:all .35s;
}
.hxjs_box1 .hxjs_top .hxjs_ss .hxjs_icon svg{
	display:block;
	max-width:45%;
	max-height:45%;
}
.hxjs_box1 .hxjs_top .hxjs_ss .hxjs_icon svg path{
	fill:currentColor !important;
}
.hxjs_box1 .hxjs_top .hxjs_ss .hxjs_sw{
	--font2:20;
	font-weight:bold;
	width:calc(100% - var(--iconSize));
	padding-left:1em;
}
.hxjs_box1 .hxjs_bot{
	--space:calc(100 / var(--invarPx) * var(--centerWidth));
	--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(700 / var(--invarPx) * var(--centerWidth));
	--imgHeight:calc(300 / 700 * var(--imgWidth));
}
.hxjs_box1 .hxjs_bot ul li .hxjs_ss{
	margin-top:var(--gap);
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.hxjs_box1 .hxjs_bot ul li:nth-of-type(odd) .hxjs_ss{
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.hxjs_box1 .hxjs_bot ul li:nth-of-type(odd) .hxjs_img{
	animation-name:fadeInRight;
}
.hxjs_box1 .hxjs_bot ul li:nth-of-type(odd) .hxjs_txt{
	animation-name:fadeInLeft;
}
.hxjs_box1 .hxjs_bot .hxjs_img{
	width:var(--imgWidth);
	height:var(--imgHeight);
	overflow:hidden;
	animation-name:fadeInLeft;
	animation-delay:.2s;
}
.hxjs_box1 .hxjs_bot .hxjs_img img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hxjs_box1 .hxjs_bot .hxjs_txt{
	width:calc(100% - var(--space) - var(--imgWidth));
	animation-name:fadeInRight;
	animation-delay:.2s;
}
.hxjs_box1 .hxjs_bot .hxjs_txt .hxjs_sh{
	--font2:36;
	font-weight:bold;
}
.hxjs_box1 .hxjs_bot .hxjs_txt .hxjs_sw{
	--lineHeight:1.65;
	--row:3;
	--clampRows:5;
	color:#666;
	margin-top:calc(15 / var(--invarPx) * var(--centerWidth));
	min-height:calc(var(--lineHeight) * var(--row) * 1em);
}

/* 研发创新页 */
.yfcx_box1 .center_box > *{
	border-bottom:solid 1px rgba(var(--rgb1),.4);
	animation-name:fadeInUp;
	animation-delay:.2s;
}
.yfcx_box1 .center_box .bz_tit1,
.yfcx_box1 .center_box > *:nth-last-of-type(1){
	border-bottom:none;
}
.yfcx_box1 .center_box > *:nth-last-of-type(1){
	padding-bottom:0;
}
.yfcx_box1 .yfcx_sh{
	--font2:36;
	font-weight:bold;
}
.yfcx_s1,
.yfcx_s3{
	--imgWidth:calc(600 / var(--invarPx) * var(--centerWidth));
	--gap:calc(100 / var(--invarPx) * var(--centerWidth));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.yfcx_s1{
	--font2:24;
	--lineHeight:1.5;
	--iconSize:calc(28 / 24 * 1em);
	--iconSizeHeight:calc(var(--lineHeight) * 1em);
	--lineWidth:calc(50 / 24 * 1em);
}
.yfcx_s1 .yfcx_txt,
.yfcx_s3 .yfcx_txt{
	width:calc(100% - var(--imgWidth) - var(--gap));
}
.yfcx_s1 .yfcx_txt .yfcx_info ul li{
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin-top:calc(26 / var(--invarPx) * var(--centerWidth));
}
.yfcx_s1 .yfcx_txt .yfcx_info .yfcx_icon{
	width:var(--iconSize);
	height:var(--iconSizeHeight);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:var(--subColor);
}
.yfcx_s1 .yfcx_txt .yfcx_info .yfcx_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.yfcx_s1 .yfcx_txt .yfcx_info .yfcx_icon svg path{
	fill:currentColor !important;
}
.yfcx_s1 .yfcx_txt .yfcx_info .yfcx_line{
	width:var(--lineWidth);
	height:var(--iconSizeHeight);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}
.yfcx_s1 .yfcx_txt .yfcx_info .yfcx_line i{
	width:60%;
	height:1px;
	background:var(--curColor);
}
.yfcx_s1 .yfcx_txt .yfcx_info .yfcx_w{
	min-height:var(--iconSizeHeight);
	line-height:var(--lineHeight);
	-webkit-align-items:center;
	align-items:center;
	color:#666;
}
.yfcx_s1 .yfcx_img,
.yfcx_s3 .yfcx_img{
	width:var(--imgWidth);
	overflow:hidden;
}
.yfcx_s1 .yfcx_img img,
.yfcx_s3 .yfcx_img img{
	display:block;
	width:100%;
	height:100%;
}
.yfcx_box1 .yfcx_jx{
	--pdLeft:calc(30 / var(--invarPx) * var(--centerWidth));
	--pdTop:calc(20 / 30 * var(--pdLeft));
	padding:var(--pdTop) var(--pdLeft);
	border-left:solid 1px var(--curColor);
}
.yfcx_s2 .yfcx_jx{
	width:50%;
}
.yfcx_box1 .yfcx_con .yfcx_jx:nth-of-type(1){
	border-left:none;
	padding-left:0;
}
.yfcx_box1 .yfcx_con .yfcx_jx:nth-last-of-type(1){
	padding-right:0;
}
.yfcx_box1 .yfcx_jx .yfcx_jx_tit{
	--font2:24;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.yfcx_box1 .yfcx_jx .yfcx_jx_tit .yfcx_num{
	color:var(--curColor);
}
.yfcx_box1 .yfcx_jx .yfcx_jx_tit .yfcx_num::first-letter{
	font-size:2em;
	font-weight:bold;
}
.yfcx_box1 .yfcx_jx .yfcx_jx_tit .yfcx_ssh{
	color:#666;
}
.yfcx_box1 .yfcx_jx .yfcx_jx_tit .yfcx_num ~ .yfcx_ssh{
	margin-left:.4em;
	padding-bottom:.1em;
}
.yfcx_box1 .yfcx_jx .yfcx_jx_txt{
	--font2:18;
	line-height:1.88;
	margin-top:.5em;
}
.yfcx_s3 .yfcx_jx{
	padding:0;
	border-left:none;
	margin-top:calc(28 / var(--invarPx) * var(--centerWidth));
}

/* 应用领域页 */
.yyly_swiper{
	--rWidth:calc(760 / var(--invarPx) * var(--centerWidth));
	--rPd:calc(30 / var(--invarPx) * var(--centerWidth));
	--gap:calc(100 / var(--invarPx) * var(--centerWidth));
	--imgWidth:calc(var(--centerWidth) - var(--gap) - var(--rWidth));
	--imgHeight:calc(420 / 700 * var(--imgWidth));
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.yyly_swiper .yyly_l{
	width:var(--imgWidth);
}
.yyly_swiper .yyly_l .swiper-slide{
	overflow:hidden;
}
.yyly_swiper .yyly_l .yyly_img{
	display:block;
	overflow:hidden;
	height:var(--imgHeight);
}
.yyly_swiper .yyly_l .yyly_img img{
	display:block;
	width:100%;
	height:100%;
}
.yyly_swiper .yyly_r{
	width:var(--rWidth);
	padding:var(--rPd) 0;
	min-height:var(--imgHeight);
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.yyly_swiper .yyly_rt .yyly_item{
	display:none;
}
.yyly_swiper .yyly_rt .yyly_item.active{
	display:block;
	animation:o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.yyly_swiper .yyly_rt .yyly_sh{
	--font2:36;
	font-weight:bold;
	color:var(--subColor);
}
.yyly_swiper .yyly_rt .yyly_sw{
	--clampRows:7;
	--font2:16;
	margin-top:calc(12 / var(--invarPx) * var(--centerWidth));
}
.yyly_swiper .yyly_rd{
	width:100%;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
}
.yyly_swiper .yyly_rd .swiper-pagination{
	--font2:24;
	position:static;
	color:var(--subColor);
	width:auto;
	text-align:left;
}
.yyly_swiper .yyly_rd .swiper-pagination .on{
	font-size:2em;
	font-weight:bold;
}
.yyly_swiper .yyly_rd .yyly_btn .swiper-button{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin-top:0;
}
.yyly_swiper .yyly_rd .yyly_btn .swiper-button + .swiper-button{
	margin-left:var(--swbtnSize);
}

/* 联系我们页 */
.lxwm_s1{
	--mapWidth:calc(800 / var(--invarPx) * var(--centerWidth));
	--mapHeight:calc(400px + 120 / 800 * var(--mapWidth));
	--gap:calc(120 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s1 .center_box{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.lxwm_s1 .lxwm_l{
	width:calc(100% - var(--gap) - var(--mapWidth));
}
.lxwm_s1 .lxwm_l .lxwm_info{
	margin-top:calc(25 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s1 .lxwm_l .lxwm_info .lxwm_sh,
.lxwm_s1 .lxwm_l .lxwm_info dd{
	--font1:12;
	font-size:calc(var(--font1) * 1px + calc((var(--font2) - var(--font1)) / var(--invarPx) * var(--centerWidth)));
}
.lxwm_s1 .lxwm_l .lxwm_info .lxwm_sh{
	--font2:24;
	font-weight:bold;
}
.lxwm_s1 .lxwm_l .lxwm_info dd{
	--font2:18;
	--iconSize:calc(24 / 18 * 1em);
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin-top:.9em;
}
.lxwm_s1 .lxwm_l .lxwm_info .lxwm_icon{
	width:var(--iconSize);
	height:var(--iconSize);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	color:var(--subColor);
}
.lxwm_s1 .lxwm_l .lxwm_info .lxwm_icon svg{
	display:block;
	max-width:100%;
	max-height:100%;
}
.lxwm_s1 .lxwm_l .lxwm_info .lxwm_icon svg path{
	fill:currentColor !important;
}
.lxwm_s1 .lxwm_l .lxwm_info .lxwm_sw{
	width:calc(100% - var(--iconSize));
	padding-left:.5em;
	line-height:var(--iconSize);
}
.lxwm_s1 .lxwm_l .lxwm_qr{
	--qrSize:calc(150 / var(--invarPx) * var(--centerWidth));
	--qrGap:calc(60 / var(--invarPx) * var(--centerWidth));
	--qrGapTop:calc(20 / 60 * var(--qrGap));
	margin-top:calc(30 / var(--invarPx) * var(--centerWidth));
}
.lxwm_s1 .lxwm_l .lxwm_qr ul{
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--qrGapTop));
	margin-left:calc(-1 * var(--qrGap));
}
.lxwm_s1 .lxwm_l .lxwm_qr ul li{
	margin-left:var(--qrGap);
	margin-top:var(--qrGapTop);
	width:var(--qrSize);
}
.lxwm_s1 .lxwm_l .lxwm_qr ul li span{
	display:block;
	height:var(--qrSize);
	border:solid 1px #e5e5e5;
}
.lxwm_s1 .lxwm_l .lxwm_qr ul li span img{
	display:block;
	width:100%;
	height:100%;
}
.lxwm_s1 .lxwm_l .lxwm_qr ul li p{
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	text-align:center;
	margin-top:.5em;
}

.lxwm_s1 .lxwm_r{
	width:var(--mapWidth);
}
.lxwm_s2{
	background:#f7f7f7;
}
.lxwm_s2.liuyan_box .liuyan_con{
	background:none;
	padding:0;
	border:none;
}
.lxwm_s2.liuyan_box .liuyan_sh{
	border-bottom:solid 1px #ddd;
	padding-bottom:.5em;
	margin-bottom:1em;
}
.lxwm_s2 .liuyan_form > ul > li .liuyan_ss .liuyan_icon{
	color:#333;
}


/* 地图 */
.lxwm_s1 .lxwm_r #dituContent{
	height:var(--mapHeight);
}

#dituContent .BMap_bubble_pop{
	box-sizing:border-box !important;
	border-color:#999 !important;
}
#dituContent .BMap_bubble_pop > img{
	top:auto !important;
	bottom:-31px !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top{
	height:0 !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons{
	font-weight:bold;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *{
	font-size:26px !important;
	font-weight:inherit !important;
}
#dituContent .BMap_bubble_pop .BMap_bubble_top .BMap_bubble_buttons *:hover{
	color:#bc0d38 !important;
	transition:all .1s;
}
#dituContent .BMap_bubble_pop{
	width:300px !important;
}
#dituContent .BMap_bubble_pop .ditu_txt{
	padding:15px 10px;
}
#dituContent .BMap_bubble_pop .ditu_sh{
	font-size:18px;
	font-weight:bold;
	color:var(--subColor);
}
#dituContent .BMap_bubble_pop .ditu_sw{
	font-size:16px;
	margin-top:.3em;
}
#dituContent .BMap_bubble_pop .BMap_bubble_content{
	width:290px !important;
}

/* 在线留言 */
.liuyan_box{
	--borderWidth:min(10px,calc(5px + 5 / var(--invarPx) * var(--centerWidth)));
}
.liuyan_box .liuyan_con{
	padding:calc(4 * var(--borderWidth));
	background:#fff;
	border:solid var(--borderWidth) #eee;
}
.liuyan_box .liuyan_sh{
	--font2:36;
	font-weight:bold;
	padding-bottom:1em;
}
.liuyan_form > ul{
	--gap:min(40px,calc(40 / var(--invarPx) * var(--centerWidth)));
	--mgTop:calc(.75 * var(--gap));
	--inputH:50px;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	margin-top:calc(-1 * var(--mgTop));
	margin-left:calc(-1 * var(--gap));
}
.liuyan_form > ul > .liuyan_c1{
	width:100%;
}
.liuyan_form > ul > .liuyan_c2{
	width:50%;
}
.liuyan_form > ul > .liuyan_c3{
	width:33.33333%;
}
.liuyan_form > ul > .liuyan_c4{
	width:25%;
}
.liuyan_form > ul > li{
	margin-top:var(--mgTop);
}
.liuyan_form > ul > li .liuyan_ss{
	position:relative;
	margin-left:var(--gap);
}
.liuyan_form > ul > li .liuyan_ss input[type="text"],
.liuyan_form > ul > li .liuyan_ss textarea{
	display:block;
	padding-left:var(--inputH);
	height:var(--inputH);
	width:100%;
	border-bottom:solid 1px #ddd;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	color:#333;
	transition:all .35s;
}
.liuyan_form > ul > li .liuyan_ss textarea{
	height:auto;
	padding-top:15px;
	overflow:hidden;
	resize:vertical;
}
.liuyan_form > ul > li .liuyan_ss input[type="text"]:focus,
.liuyan_form > ul > li .liuyan_ss textarea:focus{
	border-color:var(--subColor) !important;
}
.liuyan_form > ul > li .liuyan_ss input[type="text"]:focus ~ .liuyan_icon,
.liuyan_form > ul > li .liuyan_ss textarea:focus ~ .liuyan_icon{
	color:var(--subColor) !important;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon{
	width:var(--inputH);
	height:var(--inputH);
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	color:var(--curColor);
	transition:all .35s;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon svg{
	display:block;
	max-width:52%;
	max-height:52%;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_icon svg path{
	fill:currentcolor !important;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_img{
	position:absolute;
	bottom:calc(10 / 50 * var(--inputH));
	right:0;
}
.liuyan_form > ul > li .liuyan_ss .liuyan_img img{
	display:block;
	height:var(--inputH);
}
.liuyan_form .liuyan_btn{
	display:block;
	padding:0 calc(25 / 50 * var(--inputH));
	line-height:var(--inputH);
	min-width:calc(3 * var(--inputH));
	text-align:center;
	border-radius:200px;
	font-size:calc(12px + 4 / var(--invarPx) * var(--centerWidth));
	font-weight:bold;
	background:var(--curColor);
	color:#fff;
	cursor:pointer;
	transition:all .35s;
}
.liuyan_form .liuyan_btn:hover{
	background:var(--subColor);
}

/* 招聘列表 */
.zpzx_list .zpzx_ul > li{
	animation-name:fadeInUp;
	animation-delay:.2s;
	transition:all .35s;
}
.zpzx_list .zpzx_ul > li + li{
	margin-top:10px;
}
.zpzx_list .zpzx_st,
.zpzx_list .zpzx_sd .zpzx_txt{
	padding-left:30px;
	padding-right:30px;
}
.zpzx_list .zpzx_st{
	background:#f5f5f5;
	font-size:16px;
	color:#333;
	border-radius:5px;
	position:relative;
	overflow:hidden;
}
.zpzx_list .zpzx_st:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to right,var(--curColor),var(--curColor));
	opacity:0;
	transition:all .35s;
}
.zpzx_list .zpzx_st ol{
	-webkit-justify-content:space-between;
	justify-content:space-between;
	-webkit-align-items:center;
	align-items:center;
	position:relative;
	z-index:3;
}
.zpzx_list .zpzx_st li.zpzx_szw{
	width:20%;
}
.zpzx_list .zpzx_st li.zpzx_sxz,
.zpzx_list .zpzx_st li.zpzx_sxl,
.zpzx_list .zpzx_st li.zpzx_sdd,
.zpzx_list .zpzx_st li.zpzx_srs,
.zpzx_list .zpzx_st li.zpzx_sbm{
	width:calc((100% - 6 * 2% - 20% - 40px - 30px) / 5);
}
/* .zpzx_list .zpzx_st li.zpzx_srs{
	width:10%;
} */
.zpzx_list .zpzx_st li.zpzx_srs,
.zpzx_list .zpzx_st li.zpzx_sxl{
	width:10%;
}
.zpzx_list .zpzx_st li.zpzx_sjt{
	width:calc(40px + 30px);
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
	font-size:1.25em;
	font-weight:bold;
}
.zpzx_list .zpzx_st li.zpzx_sxz > *,
.zpzx_list .zpzx_st li.zpzx_sxl > *,
.zpzx_list .zpzx_st li.zpzx_sdd > *,
.zpzx_list .zpzx_st li.zpzx_srs > *,
.zpzx_list .zpzx_st li.zpzx_sbm > *{
	display:inline;
}

.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
	font-size:40px;
	width:1em;
	height:1em;
	color:#fff;
	background:var(--curColor);
	border-radius:50%;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	cursor:pointer;
	transition:all .35s;
}
.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon .iconfont{
	font-size:.5em;
}
.zpzx_list .zpzx_sd{
	position:relative;
	border-radius:10px;
	background:#f5f5f5;
	max-height:0;
	margin-top:5px;
	overflow-y:auto;
	transition:max-height .5s;
}
.zpzx_list .zpzx_sd .zpzx_tag{
	font-size:18px;
}
.zpzx_list .zpzx_sd .zpzx_tag > ol{
	overflow:hidden;
	margin-left:-1em;
	margin-top:-.5em;
}
.zpzx_list .zpzx_sd .zpzx_tag > ol > li{
	float:left;
	padding:5px 12px;
	border-radius:5px;
	border:solid 1px var(--curColor);
	color:var(--curColor);
	margin-left:1em;
	margin-top:.5em;
}
.zpzx_list .zpzx_sd .zpzx_txt .zpzx_sw{
	line-height:1.75;
	font-size:16px;
}
.zpzx_list .is-open .zpzx_st{
	background:var(--curColor);
	color:#fff;
}
.zpzx_list .is-open .zpzx_st li.zpzx_sjt .zpzx_icon{
	background:rgba(255,255,255,.8);
	color:var(--curColor);
	transform:rotate(180deg);
}
.zpzx_list .is-open .zpzx_sd{
	max-height:800px;
}
.zpzx_list .is-open .zpzx_st:before{
	opacity:1;
}
.zpzx_list .zpzx_el .zpzx_st{
	transition:background-color .35s,color .35s;
	cursor:pointer;
}
.zpzx_list .zpzx_el:hover .zpzx_st{
	background:var(--curColor);
	color:#fff;
}
.zpzx_list .zpzx_el:hover .zpzx_st li.zpzx_sjt .zpzx_icon{
	background:rgba(255,255,255,1);
	color:var(--curColor);
}

@media screen and (max-width:1680px){
	/* 关于我们 */
	.gywm_box .gywm_top{
		-webkit-align-items:center;
		align-items:center;
	}
	.gywm_box .gywm_top .gywm_tl{
		padding-top:0;
	}
	
	/* 应用领域页 */
	.yyly_swiper{
		--rPd:calc(20 / var(--invarPx) * var(--centerWidth));
	}
	.yyly_swiper .yyly_rt .yyly_sw{
		--clampRows:6;
	}
	
}

@media screen and (min-width:1200px){
	/* header */
	.header_box .header_top .header_link .header_ss:hover{
		color:rgba(255,255,255,.8);
	}
	.header_box .header_top .header_lan:hover .header_lan_def{
		color:rgba(255,255,255,.8);
	}
	.header_box .header_top .header_lan:hover .header_lan_def .header_lan_arrow{
		transform:rotate(180deg);
	}
	.header_box .header_top .header_lan .header_lan_pop .header_ss:hover{
		color:var(--curColor);
	}
	.header_box .header_top .header_lan:hover .header_lan_pop{
		transform:translate(-50%,0);
		opacity:1;
		pointer-events:auto;
	}
	
	/* 导航 */
	.nav_box > ul > li > a:hover{
		color:var(--curColor);
	}
	
	/* 下拉导航 */
	nav ul>li:hover .subnav{
		transform: perspective(300px) scaleY(1) translateZ(0);
		visibility: visible;
		opacity: 1;
	}
	nav ul>li .subnav li a:hover{
		background-color:var(--curColor);
		color:#fff;
	}
	
	/* 关于我们 */
	.gywm_box .gywm_top .gywm_tr{
		position:static;
	}
	
	/* 页脚 */
	.footer_box a:hover{
		color:#fff !important;
	}
	.footer_follow ul li:hover .footer_hide{
		transform:translate(-50%,0);
		opacity:1;
		pointer-events:auto;
	}
	.footer_follow ul li:hover .footer_icon{
		background:#fff;
		color:var(--curColor);
	}
	
	/* 新闻详情页 */
	.side_news_list .side_ss:hover{
		color:var(--curColor);
	}
	
	/* 产品详情页 */
	.cpx_box1 .bz_tit1{
		--font2:36;
	}
	.cpx_box1 .cpx_content .cpx_item .cpx_sw{
		font-size:18px;
	}
	.cpml_list ul li .cpml_ss .cpml_a:hover{
		color:var(--curColor);
	}
	
	/* 产品列表页 */
	.cp_box1 .cp_bot .cp_bt .cp_state label:hover .cp_icon{
		color:var(--curColor);
	}
	.cp_box1 .cp_bot .cp_bt .cp_state label:hover .cp_sw{
		color:var(--curColor);
	}
	.cp_list ul li .cp_ss:hover{
		color:var(--curColor);
		border-color:var(--curColor);
		box-shadow:0 0 var(--gap) rgba(var(--rgb1),.3);
	}
	.cp_list.cp_grid ul li .cp_ss .cp_txt .bz_more1:hover{
		color:var(--subColor);
		background:none;
	}
	
	/* 服务页 */
	.fw_box1 .fw_bot .fw_bl ul li:hover{
		border-color:var(--curColor);
	}
	.fw_box1 .fw_bot .fw_bl ul li:hover .fw_icon{
		background:var(--curColor);
		color:#fff;
	}
	.fw_box1 .fw_bot .fw_bl ul li:hover .fw_sr{
		color:var(--curColor);
	}
	
	/* 业绩 */
	.yj_nav ul li a:hover{
		background:var(--curColor);
		border-color:var(--curColor);
		color:#fff;
	}
	.yj_slist ol > li .yj_ss:hover{
		color:var(--curColor);
	}
	
	/* 核心技术页 */
	.hxjs_box1 .hxjs_top .hxjs_ss:hover{
		color:var(--subColor);
		border-color:var(--curColor);
		box-shadow:0 0 var(--gapTop) rgba(var(--rgb1),.3);
	}
	.hxjs_box1 .hxjs_top .hxjs_ss:hover .hxjs_icon{
		background:var(--subColor);
		color:#fff;
	}
	.hxjs_box1 .hxjs_bot ul li .hxjs_ss:hover{
		color:var(--subColor);
	}
	
	
	/* 1201 */
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~手机版~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media (min-width: 320px) and (max-width:359px){html{font-size:32px !important;} }
@media (min-width: 360px) and (max-width:374px){html{font-size:36px !important;} }
@media (min-width: 375px) and (max-width:383px){html{font-size:37.5px !important;} }
@media (min-width: 384px) and (max-width:413px){html{font-size:38.4px !important;} }
@media (min-width: 414px) and (max-width:447px){html{font-size:41.4px !important;} }
@media (min-width: 448px) and (max-width:479px){html{font-size:44.8px !important;} }
@media (min-width: 480px) and (max-width:511px){html{font-size:48px !important;} }
@media (min-width: 512px) and (max-width:543px){html{font-size:51.2px !important;} }
@media (min-width: 544px) and (max-width:575px){html{font-size:54.4px !important;} }
@media (min-width: 576px) and (max-width:607px){html{font-size:57.6px !important;} }
@media (min-width: 608px) and (max-width:639px){html{font-size:60.8px !important;} }
@media (min-width: 640px) and (max-width:1200px){html{font-size:60.8px !important;} }

@media screen and (max-width:1199px){
	:root{
		--centerWidth:90vw;
		--headerHeight:60px;
		--swbtnSize:40px;
	}
	/* .center_box{
		width:var();
	} */
	.pd_150{
		padding:1.7rem;
	}
	.pd_tb150{
		padding:1.7rem 0;
	}
	.pd_t150{
		padding-top:1.7rem;
	}
	.pd_b150{
		padding-bottom:1.7rem;
	}
	.pd_120{
		padding:1.4rem;
	}
	.pd_tb120{
		padding:1.4rem 0;
	}
	.pd_t120{
		padding-top:1.4rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1.2rem;
	}
	.pd_tb100{
		padding:1.2rem 0;
	}
	.pd_t100{
		padding-top:1.2rem;
	}
	.pd_b100{
		padding-bottom:1.2rem;
	}
	.pd_80{
		padding:1rem;
	}
	.pd_tb80{
		padding:1rem 0;
	}
	.pd_t80{
		padding-top:1rem;
	}
	.pd_b80{
		padding-bottom:1rem;
	}
	.pd_70{
		padding:.9rem;
	}
	.pd_tb70{
		padding:.9rem 0;
	}
	.pd_t70{
		padding-top:.9rem;
	}
	.pd_b70{
		padding-bottom:.9rem;
	}
	.pd_60{
		padding:.8rem;
	}
	.pd_tb60{
		padding:.8rem 0;
	}
	.pd_t60{
		padding-top:.8rem;
	}
	.pd_b60{
		padding-bottom:.8rem;
	}
	.pd_50{
		padding:.7rem;
	}
	.pd_tb50{
		padding:.7rem 0;
	}
	.pd_t50{
		padding-top:.7rem;
	}
	.pd_b50{
		padding-bottom:.7rem;
	}
	.pd_40{
		padding:.6rem;
	}
	.pd_tb40{
		padding:.6rem 0;
	}
	.pd_t40{
		padding-top:.6rem;
	}
	.pd_b40{
		padding-bottom:.6rem;
	}
	.pd_30{
		padding:.5rem;
	}
	.pd_tb30{
		padding:.5rem 0;
	}
	.pd_t30{
		padding-top:.5rem;
	}
	.pd_b30{
		padding-bottom:.5rem;
	}
	.pd_20{
		padding:.4rem;
	}
	.pd_tb20{
		padding:.4rem 0;
	}
	.pd_t20{
		padding-top:.4rem;
	}
	.pd_b20{
		padding-bottom:.4rem;
	}
	.pd_15{
		padding:.35rem;
	}
	.pd_tb15{
		padding:.35rem 0;
	}
	.pd_t15{
		padding-top:.35rem;
	}
	.pd_b15{
		padding-bottom:.35rem;
	}
	.pd_10{
		padding:.2rem;
	}
	.pd_tb10{
		padding:.2rem 0;
	}
	.pd_t10{
		padding-top:.2rem;
	}
	.pd_b10{
		padding-bottom:.2rem;
	}
	.mg_t150{
		margin-top:1.7rem;
	}
	.mg_b150{
		margin-bottom:1.7rem;
	}
	.mg_t100{
		margin-top:1.2rem;
	}
	.mg_b100{
		margin-bottom:1.2rem;
	}
	.mg_tb80{
		margin:1rem 0;
	}
	.mg_t80{
		margin-top:1rem;
	}
	.mg_b80{
		margin-bottom:1rem;
	}
	.mg_tb70{
		margin:.9rem 0;
	}
	.mg_t70{
		margin-top:.9rem;
	}
	.mg_b70{
		margin-bottom:.9rem;
	}
	.mg_tb60{
		margin:.8rem 0;
	}
	.mg_t60{
		margin-top:.8rem;
	}
	.mg_b60{
		margin-bottom:.8rem;
	}
	.mg_tb50{
		margin:.7rem 0;
	}
	.mg_t50{
		margin-top:.7rem;
	}
	.mg_b50{
		margin-bottom:.7rem;
	}
	.mg_tb40{
		margin:.6rem 0;
	}
	.mg_t40{
		margin-top:.6rem;
	}
	.mg_b40{
		margin-bottom:.6rem;
	}
	.mg_tb30{
		margin:.5rem 0;
	}
	.mg_t30{
		margin-top:.5rem;
	}
	.mg_b30{
		margin-bottom:.5rem;
	}
	.mg_tb20{
		margin:.4rem 0;
	}
	.mg_t20{
		margin-top:.4rem;
	}
	.mg_b20{
		margin-bottom:.4rem;
	}
	.mg_tb15{
		margin:.3rem 0;
	}
	.mg_t15{
		margin-top:.3rem;
	}
	.mg_b15{
		margin-bottom:.3rem;
	}
	.mg_tb10{
		margin:.2rem 0;
	}
	.mg_t10{
		margin-top:.2rem;
	}
	.mg_b10{
		margin-bottom:.2rem;
	}
	.menu{
		position:fixed;
		top:0;
		right:1%;
		width:44px;
		height:var(--headerHeight);
		z-index:995;
	}
	.menu:hover {
		cursor: pointer;
	}
	.menu > i {
		position: absolute;
		width: 24px;
		height: 2px;
		top: 50%;
		left:10px;
		background-color:var(--curColor);
		pointer-events:auto;
		transition-property:transform;
		transition-duration: .35s;
		transition-delay: .35s;
	}
	.menu > i:before, .menu > i:after {
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		top:0;
		left: 50%;
		background-color:var(--curColor) !important;
		content: "";
		transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		transition: transform 0.35s, -webkit-transform 0.35s;
		-webkit-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
	}
	.menu > i:before {
		-webkit-transform: translate(-50%, -7px);
				transform: translate(-50%, -7px);
	}
	.menu > i:after {
		-webkit-transform: translate(-50%, 7px);
				transform: translate(-50%, 7px);
	}
	.menu_bg{
		position:fixed;
		width:100vw;
		height:0;
		top:0;
		left:0;
		z-index:990;
		background:#fff;
		-webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
		-moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	}
	.header-m-open .menu_bg{
		height:100vh;
	}
	input.hamburger{
		height:0;
		display:none;
	}
	.header-m-open label.menu > i {
		background-color: transparent !important;
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	.header-m-open label.menu > i:before {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
				transform: translate(-50%, -50%) rotate(45deg);
	}
	.header-m-open label.menu > i:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
				transform: translate(-50%, -50%) rotate(-45deg);
	}
 
 
	.header-m-open.header_box{
		z-index:1402;
		/* box-shadow:none; */
	}
	
	.header-m-open .nav_box{
		top:0;
		opacity:1;
	}
	
	/* ~~~~~~~~~~~~~~~~~~ */
	.wow_list li:nth-of-type(1),
	.wow_list li:nth-of-type(2),
	.wow_list li:nth-of-type(3),
	.wow_list li:nth-of-type(4),
	.wow_list li:nth-of-type(5),
	.wow_list li:nth-of-type(6),
	.wow_list li:nth-of-type(7),
	.wow_list li:nth-of-type(8),
	.wow_list li:nth-of-type(9),
	.wow_list li:nth-of-type(10){
		-webkit-animation-delay:.2s;
		animation-delay:.2s;
	}
	
	header,body,html{
		width:100vw !important;
	}
	
	body{
		overflow-x:hidden;
	}
	body.active{
		overflow:hidden;
	}
	
	/* header */
	.header_box{
		--navHeight:var(--headerHeight);
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding-top:0;
		/* background:#fff; */
		/* color:var(--curColor); */
		box-shadow:0 0 20px rgba(0,0,0,.08);
	}
	.header_box .header_top::before,
	.header_box .header_top .header_link,
	.header_box .header_top .header_lan::before{
		display:none;
	}
	.header_box .header_top .header_lan{
		position:fixed;
		top:0;
		right:calc(5vw + 40px);
	}
	.header_box .header_top .header_lan .header_lan_def{
		color:var(--curColor);
		height:var(--headerHeight);
	}
	.header_box .header_bot .center_box{
		height:var(--headerHeight);
	}
	.header_box .header_top .header_lan.is-open .header_lan_def .header_lan_arrow{
		transform:rotate(180deg);
	}
	.header_box .header_top .header_lan.is-open .header_lan_pop{
		transform:translate(-50%,0);
		opacity:1;
		pointer-events:auto;
	}
	.header_box .header_top .header_lan .header_lan_pop{
		background:var(--curColor);
	}
	.header_box .header_top .header_lan .header_lan_pop::before{
		border-bottom-color:var(--curColor);
	}
	.header_box .header_top .header_lan .header_lan_pop .header_ss{
		color:#fff;
	}
	.header_box .header_top .header_lan .header_lan_arrow{
		margin-left:.5em;
	}
	.header_height{
		height:var(--headerHeight);
	}
	.header_box .logo img{
		height:calc(35 / 80 * var(--headerHeight));
	}
	nav ul>li .subnav li a{
		font-size:15px;
		padding:5px 0;
	}
	

	
	.nav_box{
		position:fixed;
		width:100%;
		height:100vh;
		top:-100vh;
		left:0;
		z-index:9997;
		opacity:0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-justify-content:center;
		justify-content:center;
		-webkit-align-items:flex-start;
		align-items:flex-start;
		transition:top .3s,opacity .3s;
		overflow-y:auto;
	}
	.nav_box>ul{
		width:92%;
		padding:5vh 0;
		display:-webkit-box;
		display:-webkit-flex;
		display:-ms-flexbox;
		display:flex;
		-webkit-flex-direction:column;
		flex-direction:column;
		overflow:hidden;
	}
	.nav_box>ul>li{
		padding:2vh 0;
		margin-right:0;
		border-bottom:solid 1px rgba(0,0,0,.1);
		height:auto;
		display:block;
		position:relative;
		font-size:18px;
	}
	.nav_box>ul>li + li{
		margin-left:0;
	}
	.nav_box>ul>li>a{
		color:#191919;
		display:block;
		padding:1vh 10px;
		position:static;
		height:auto;
		text-align:left;
		font-weight:bold;
	}
	.nav_box>ul>li.has_subnav>a{
		display:inline-block;
	}
	.nav_box>ul>li.active>a{
		color:var(--curColor);
		background:none;
	}
	.nav_box>ul>li>a:before{
		display:none;
	}
	.nav_box>ul>li>a:after{
		content:"";
		position:absolute;
		right:10px;
		top:calc(3vh + 13px);
		width:8px;
		height:8px;
		margin-top:-4px;
		border-right:2px solid #ccc;
		border-top:2px solid #ccc;
		transform:rotate(45deg);
		pointer-events:none;
	}
	.nav_box>ul>li:not(.has_subnav)>a:after{
		display:none;
	}
	.nav_box>ul>li.active>a:after{
		border-color:var(--redColor1);
	}
	.nav_box>ul>li.current.has_subnav>a:after{
		transform:rotate(135deg);
	}
	.nav_box > ul > li > a .nav_dec{
		display:none;
	}
	
	nav>ul>li.has_subnav>a:before{
		content:"";  
		position:absolute;
		border-left:solid 6px transparent;
		border-right:solid 6px transparent;
		border-top:solid 6px #ccc;
		top:50%;
		margin-top:-3px;
		right:0;
	}
	nav>ul>li.has_subnav.current>a:before{
		border-top-color:#c19b76;
	}
	nav ul>li .subnav{
		position:static;
		width:100%;
		border-top:none;
		box-shadow:none;
		transform: perspective(300px) scaleY(0) translateZ(30px);
		visibility: hidden;
		opacity: 0; 
		transform-origin: top;
		transition:transform 500ms ease,opacity 500ms ease,visibility 500ms ease,-webkit-transform 500ms ease,height 500ms ease,max-height 500ms ease;
		max-height:0;
		margin-left:0;
		padding:0 20px;
	}
	
	nav ul>li.current .subnav{
		transform: perspective(300px) scaleY(1) translateZ(0);
		visibility: visible;
		opacity: 1;
		max-height:460px;
	}
	nav ul>li .subnav li a{
		text-align:left;
	}
	.nav_box>ul>li>a:after{
		transition:all .35s;
	}
	
	/* 视频 */
	.sp_swiper .swiper-button.swiper-button-bz{
		opacity:1;
		visibility:visible;
	}
	.sp_swiper .swiper-pagination.swiper-pagination-bz{
		opacity:0;
		display:none;
	}
	
	/* 列表翻页 */
	.list_pages .pagination li a,
	.list_pages .pagination li span{
		font-size:16px;
	}
	.list_pages .pagination > *{
		display:none !important;
	}
	.list_pages .pagination li.pg_prev,
	.list_pages .pagination li.pg_next{
		display:inline-block !important;
	}
	.list_pages .pagination .disabled{
		opacity:.6;
	}
	
	/* 内容翻页 */
	.ipn_page{
		--pd:0;
		--col:1;
	}
	.ipn_page .inner_pnpage .inner_pnpage_prev,
	.ipn_page .inner_pnpage .inner_pnpage_next{
		width:100%;
	}
	.ipn_page .inner_pnpage .inner_pnpage_prev{
		padding-bottom:0;
	}
	.ipn_page .inner_pnpage .inner_pnpage_next{
		border-left:none;
		padding-top:0;
		margin-top:.5em;
	}
	.ipn_page .inner_pnpage .inner_pnpage_a p{
		max-width:calc(var(--centerWidth) - 4em);
	}
	
	/* 关于我们 */
	.gywm_box .gywm_top .gywm_tr{
		top:calc(var(--pd) + var(--headerHeight));
	}
	
	/* 页脚 */
	.footer_box{
		overflow:visible;
	}
	.footer_nav{
		display:none;
	}
	.footer_box .footer_td{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		border-top:none;
	}
	
	/* 当前位置 */
	.locnav_box .center_box{
		-webkit-flex-direction:row;
		flex-direction:row;
	}
	.locnav_box .isub_nav ~ .inner_loc{
		display:none;
	}
	.locnav_box .isub_nav{
		float:left;
	}
	
	/* 新闻列表 */
	.xw_box1{
		padding-top:.2rem !important;
	}
	.xw_box1 .bz_tit1{
		display:none;
	}
	.xw_list2 .xw_ss{
		padding-right:var(--pd);
	}
	.xw_list2 .xw_ss .xw_txt .xw_tr{
		display:none;
	}
	.xw_list2 .xw_ss .xw_txt .xw_tl{
		width:100%;
		padding-right:0;
	}
	.xw_list2 .xw_ss .xw_txt .xw_date2{
		display:block;
		font-size:14px;
		color:var(--curColor);
		font-family:arial;
	}
	
	/* 新闻详情页 */
	.xqy_box1{
		overflow:hidden;
	}
	.side_news{
		display:none;
	}
	.xqy_box1 .xqy_bot .xqy_bt .xqy_content{
		width:100%;
	}
	
	/* 产品详情页 */
	.cpx_box1 .cpx_tit_box .cpx_img{
		-webkit-justify-content:flex-end;
		justify-content:flex-end;
	}
	.cpx_box1 .cpx_tit_box .cpx_img img{
		max-width:80%;
	}
	
	/* 招聘列表 */
	.zpzx_list .zpzx_st li.zpzx_sxz,
	.zpzx_list .zpzx_st li.zpzx_sxl,
	.zpzx_list .zpzx_st li.zpzx_sdd,
	.zpzx_list .zpzx_st li.zpzx_srs,
	.zpzx_list .zpzx_st li.zpzx_sbm{
		display:none;
	}
	.zpzx_list .zpzx_st li.zpzx_szw{
		width:calc(95% - 40px);
	}
	
	
	
	
}

@media screen and (max-width:895px){
	
	
}

@media screen and (max-width:767px){
	/* banner */
	.banner_box .swiper-slide .banner_img{
		height:calc(var(--headerHeight) + 670 / 1920 * 100vw);
	}
	.banner_box .swiper-slide .banner_img img{
		height:100%;
		object-fit:cover;
	}
	.banner_box .swiper-slide .banner_txt img{
		max-width:100%;
	}
	.banner_box .swiper-pagination.swiper-pagination-bt{
		bottom:.4rem;
	}
	.swiper-pagination-bt.swiper-pagination .swiper-pagination-bullet{
		margin:0 .3rem;
		transform:scale(.8);
	}
	
	/* 标题1 */
	.bz_tit1{
		--font2:54;
	}
	.bz_tit1 .bz_exp{
		--font2:26;
	}
	
	/* 更多1 */
	.bz_more1.cur_bg,
	.bz_more1.cur_bor,
	.bz_more1.sub_bg,
	.bz_more1.sub_bor,
	.bz_more1.white_bg,
	.bz_more1.white_bor{
		width:9em;
		height:2.8em;
	}
	
	/* 关于我们 */
	.gywm_box{
		--pd:calc(10px + 70 / var(--invarPx) * var(--centerWidth));
	}
	.gywm_box .gywm_top{
		--imgWidth:calc(600 / var(--invarPx) * var(--centerWidth));
	}
	.gywm_box .gywm_top .gywm_tl{
		width:100%;
		margin-right:calc(-1 * var(--gap) - var(--imgWidth));
		position:relative;
		z-index:3;
		padding-top:0;
	}
	.gywm_box .gywm_top .gywm_tr{
		opacity:.3;
	}
	.gywm_box .bz_tit1{
		margin-bottom:.2em;
	}
	.gywm_box .gywm_top .gywm_txt .gywm_exp{
		--font2:36;
	}
	.gywm_box .gywm_top .gywm_txt .gywm_sw{
		--font2:26;
	}
	.gywm_counter .gywm_sd{
		--font2:20;
	}
	
	/* 专业研发 */
	.zyyf_box .zyyf_txt{
		--font2:48;
	}
	.zyyf_box .zyyf_bg{
		height:360px;
	}
	.bz_more1{
		font-size:15px;
	}
	
	/* 页脚 */
	.footer_box .footer_td .footer_info{
		width:100%;
	}
	.footer_info ul li{
		width:calc(100% - var(--gap));
	}
	.footer_info ul li .footer_sw{
		width:calc(100% - var(--infoIcon));
	}
	.footer_box .footer_follow{
		margin-top:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	}
	.footer_box .footer_td{
		--iconGap:calc(.5 * var(--iconSize));
	}
	.footer_follow ul li .footer_wrap{
		padding:5px;
	}
	.footer_follow ul li .footer_wrap span{
		--qrSize:calc(30px + 120 / var(--invarPx) * var(--centerWidth));
	}
	.footer_box .footer_bot{
		line-height:1.8;
	}
	.footer_box .footer_bot .footer_bl{
		--gap:0;
	}
	.footer_box .footer_bot .footer_bl,
	.footer_box .footer_bot .footer_by{
		width:100%;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_cn{
		--font2:50;
	}
	
	/* 内页-二级导航 */
	.isub_nav{
		--gap:calc(80 / var(--invarPx) * var(--centerWidth))
	}
	.isub_nav .swiper-slide a{
		font-size:calc(12px + 20 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 新闻列表 */
	.xw_list2{
		--pd:0;
		--gap:.4rem;
		--imgWidth:calc(var(--centerWidth))
	}
	.xw_list2 .xw_ss{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.xw_list2 .xw_ss .xw_txt{
		width:100%;
		margin-top:.4rem;
		padding-bottom:.4rem;
	}
	.xw_list2 .xw_ss .xw_txt .xw_sh{
		--font2:36;
	}
	.xw_list2 .xw_ss .xw_txt .xw_date2{
		margin-top:.15rem;
	}
	.xw_list2 .xw_ss .xw_txt .xw_sw{
		font-size:14px;
		margin-top:.15rem;
	}
	
	/* 新闻详情页 */
	.xqy_box1 .inner_loc span{
		max-width:calc(var(--centerWidth) - 250px);
	}
	.xqy_box1 .xqy_title .xqy_h{
		--font2:48;
	}
	
	/* 产品页 */
	.cp_box1 .cp_top .cp_tt .cp_exp{
		--font2:30;
	}
	.cp_box1 .cp_top .cp_tt .cp_sw{
		--font2:24;
	}
	.cp_box1 .cp_top .cp_td{
		--col:1;
	}
	.cp_box1 .cp_top .cp_td .cp_ss{
		padding:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
		border:solid 1px rgba(var(--rgb1),.4);
	}
	.cp_box1 .cp_top .cp_td .cp_ss .cp_num{
		--font2:90;
	}
	.cp_box1 .cp_top .cp_td .cp_ss .cp_sh{
		--font2:36;
	}
	.cp_box1 .cp_top .cp_td .cp_ss .cp_sw{
		--font2:24;
	}
	.cp_list{
		--imgWidth:calc(100px + 200 / var(--invarPx) * var(--centerWidth));
		--imgHeight:var(--imgWidth);
	}
	.cp_list ul li .cp_ss .cp_txt .bz_more1{
		width:auto;
		height:auto;
		border:none !important;
		margin-top:1em;
	}
	.cp_list ul li .cp_ss .cp_img img{
		max-width:62%;
	}
	.cp_list ul li .cp_ss .cp_txt .cp_sh{
		--font2:40;
	}
	.cp_list.cp_grid{
		--col:2;
		--imgHeight:var(--imgWidth);
	}
	
	/* 产品详情页 */
	.cpx_box1 .bz_tit1{
		--font2:46;
	}
	.cpx_box1 .cpx_tit_box .cpx_exp{
		font-size:calc(12px + 12 / var(--invarPx) * var(--centerWidth));
	}
	.cpx_box1 .cpx_content .cpx_item .cpx_c2{
		width:100%;
	}
	
	/* 服务页 */
	.fw_box1 .fw_top .fw_txt{
		--font2:26;
	}
	.fw_box1 .fw_bot{
		--iconSize:calc(40px + 40 / var(--invarPx) * var(--centerWidth));
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-align-items:center;
		align-items:center;
	}
	.fw_box1 .fw_bot .fw_bl{
		--font2:34;
		width:100%;
		animation-name:fadeInUp;
	}
	.fw_box1 .fw_bot .fw_bl ul li{
		padding:1em 0;
	}
	.fw_box1 .fw_bot .fw_bl .fw_sr{
		padding-left:.8em;
	}
	.fw_box1 .fw_bot .fw_br{
		width:100%;
		animation-name:fadeInUp;
		margin-top:calc(20px + 60 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 业绩页 */
	.yj_nav{
		--col:3;
		--font2:26;
	}
	.yj_list{
		--font2:28;
		--imgWidth:var(--centerWidth);
		--txtMg:.8em;
		--gap:calc(10px + 60 / var(--invarPx) * var(--centerWidth))
	}
	.yj_list > ul > li::before{
		display:none;
	}
	.yj_list > ul > li,
	.yj_list > ul > li:nth-of-type(even){
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.yj_list .yj_img{
		height:var(420 / 680 * var(--imgWidth));
	}
	.yj_list .gdt_view{
		overflow-y:visible;
		height:auto;
		padding-right:0;
	}
	.yj_list .yj_txt{
		margin-top:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
	}
	.yj_list .yj_txt .yj_sh{
		--font2:46;
	}
	
	
	/* 业绩详情页 */
	.yjx_box1 .yjx_bt{
		--imgWidth:var(--centerWidth);
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.yjx_box1 .yjx_bt .yjx_btr{
		width:100%;
		margin-top:calc(10px + 30 / var(--invarPx) * var(--centerWidth));
	}
	.yjx_box1 .yjx_bt .yjx_btr .yjx_sh,
	.yjx_box1 .yjx_bd .yjx_sh{
		--font2:44;
	}
	.yjx_box1 .yjx_bt .yjx_btr .yjx_sw{
		--font2:26;
		margin-top:.2em;
	}
	.yjx_box1 .yjx_bt .yjx_btr .bz_more1{
		margin-top:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 关于我们页 */
	.gywm_box1 .gywm_txt .gywm_sw{
		--font2:26;
	}
	.gywm_lunbo{
		--col:2;
	}
	
	/* 核心技术 */
	.hxjs_box1 .hxjs_top{
		--col:1;
	}
	.hxjs_box1 .hxjs_top .hxjs_ss .hxjs_icon svg{
		max-width:50%;
		max-height:50%;
	}
	.hxjs_box1 .hxjs_top .hxjs_ss .hxjs_sw{
		--font2:28;
		padding-left:.7em;
	}
	.hxjs_box1 .hxjs_bot ul li .hxjs_ss,
	.hxjs_box1 .hxjs_bot ul li:nth-of-type(odd) .hxjs_ss{
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.hxjs_box1 .hxjs_bot ul li .hxjs_img,
	.hxjs_box1 .hxjs_bot ul li:nth-of-type(odd) .hxjs_img,
	.hxjs_box1 .hxjs_bot ul li .hxjs_txt,
	.hxjs_box1 .hxjs_bot ul li:nth-of-type(odd) .hxjs_txt{
		animation-name:fadeInUp;
		animation-delay:.2s;
	}
	.hxjs_box1 .hxjs_bot{
		--gap:calc(10px + 70 / var(--invarPx) * var(--centerWidth));
		--imgWidth:var(--centerWidth);
	}
	.hxjs_box1 .hxjs_bot .hxjs_txt{
		width:100%;
		margin-top:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.hxjs_box1 .hxjs_bot .hxjs_txt .hxjs_sh{
		--font2:40;
	}
	
	/* 研发创新页 */
	.yfcx_s1,
	.yfcx_s3{
		--imgWidth:var(--centerWidth);
	}
	.yfcx_s1{
		--font2:26;
	}
	.yfcx_s1 .yfcx_txt,
	.yfcx_s3 .yfcx_txt{
		width:100%;
	}
	.yfcx_box1 .yfcx_sh{
		--font2:40;
	}
	.yfcx_box1 .center_box .bz_tit1 + *{
		padding-top:.3rem;
	}
	.yfcx_s1 .yfcx_img,
	.yfcx_s3 .yfcx_img{
		margin-top:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.yfcx_s2 .yfcx_con{
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.yfcx_s2 .yfcx_jx{
		width:100%;
		padding:calc(10px + 40 / var(--invarPx) * var(--centerWidth)) 0;
		border-left:none !important;
	}
	.yfcx_s2 .yfcx_jx + .yfcx_jx{
		border-top:solid 1px rgba(var(--rgb1),1);
	}
	.yfcx_box1 .yfcx_jx .yfcx_jx_tit{
		--font2:34;
	}
	.yfcx_box1 .yfcx_jx .yfcx_jx_txt{
		--font2:26;
	}
	
	/* 应用领域页 */
	.yyly_swiper{
		--rWidth:var(--centerWidth);
		--imgWidth:var(--centerWidth);
		-webkit-align-items:flex-start;
		align-items:flex-start;
	}
	.yyly_box1 .yyly_con{
		margin-top:.4rem;
	}
	.yyly_swiper .yyly_r{
		margin-top:calc(10px + 20 / var(--invarPx) * var(--centerWidth));
	}
	.yyly_swiper .yyly_rt .yyly_sh{
		--font2:46;
	}
	.yyly_swiper .yyly_rt .yyly_sw{
		--font2:26;
		--clampRows:16;
	}
	.yyly_swiper .yyly_rd{
		margin-top:calc(10px + 40 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 联系我们页 */
	.lxwm_s1{
		--mapHeight:calc(200px + 320 / 900 * var(--mapWidth));
	}
	.lxwm_s1 .lxwm_l,
	.lxwm_s1 .lxwm_r{
		width:100%;
	}
	.lxwm_s1 .lxwm_l .lxwm_info .lxwm_sh{
		--font2:36;
	}
	.lxwm_s1 .lxwm_l .lxwm_info dd{
		--font2:26;
	}
	.lxwm_s1 .lxwm_l .lxwm_qr{
		--qrSize:calc(70px + 80 / var(--invarPx) * var(--centerWidth));
		margin-top:.5rem;
	}
	.lxwm_s1 .lxwm_r{
		margin-top:.6rem;
	}
	#dituContent .BMap_bubble_pop .ditu_sh{
		font-size:17px;
	}
	#dituContent .BMap_bubble_pop .ditu_sw{
		font-size:15px;
	}
	
	/* 留言 */
	.liuyan_box{
		--borderWidth:.2rem;
	}
	.liuyan_form > ul{
		--mgTop:var(--gap);
	}
	.liuyan_form > ul > li,
	.liuyan_form > ul > .liuyan_c2,
	.liuyan_form > ul > .liuyan_c3,
	.liuyan_form > ul > .liuyan_c4{
		width:100%;
	}
	.liuyan_form > ul > li .liuyan_ss .liuyan_img img{
		height:calc(4 / 5 * var(--inputH));
	}
	.liuyan_form > ul > li .liuyan_ss input[type="text"],
	.liuyan_form > ul > li .liuyan_ss textarea{
		font-size:15px;
	}
	.liuyan_form > ul > li .liuyan_ss textarea{
		padding-bottom:.3rem;
	}
	.liuyan_form .liuyan_btn{
		margin-top:.4rem;
	}
	.liuyan_form .liuyan_btn{
		font-size:18px;
	}
	.liuyan_box .liuyan_sh{
		font-size:calc(12px + 24 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 招聘页 */
	.zp_box1.gywm_box1 .gywm_txt .gywm_sw{
		padding-top:.1em;
	}
	
	/* 招聘列表 */
	.zpzx_list .zpzx_ul > li + li{
		margin-top:.3rem;
	}
	.zpzx_list .zpzx_st,
	.zpzx_list .zpzx_sd .zpzx_txt{
		padding-left:.4rem;
		padding-right:.4rem;
	}
	.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
		font-size:17px;
	}
	.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
		font-size:32px;
	}
	.zpzx_list .zpzx_sd .zpzx_txt .zpzx_sw{
		font-size:15px;
	}
	
	/* 767 */
}

@media screen and (min-width:768px) and (max-width:1199px){
	.pd_150{
		padding:1.5rem;
	}
	.pd_tb150{
		padding:1.5rem 0;
	}
	.pd_t150{
		padding-top:1.5rem;
	}
	.pd_b150{
		padding-bottom:1.5rem;
	}
	.pd_120{
		padding:1.2rem;
	}
	.pd_tb120{
		padding:1.2rem 0;
	}
	.pd_t120{
		padding-top:1.2rem;
	}
	.pd_b120{
		padding-bottom:1.4rem;
	}
	.pd_100{
		padding:1rem;
	}
	.pd_tb100{
		padding:1rem 0;
	}
	.pd_t100{
		padding-top:1rem;
	}
	.pd_b100{
		padding-bottom:1rem;
	}
	.pd_80{
		padding:.8rem;
	}
	.pd_tb80{
		padding:.8rem 0;
	}
	.pd_t80{
		padding-top:.8rem;
	}
	.pd_b80{
		padding-bottom:.8rem;
	}
	.pd_70{
		padding:.7rem;
	}
	.pd_tb70{
		padding:.7rem 0;
	}
	.pd_t70{
		padding-top:.7rem;
	}
	.pd_b70{
		padding-bottom:.7rem;
	}
	.pd_60{
		padding:.6rem;
	}
	.pd_tb60{
		padding:.6rem 0;
	}
	.pd_t60{
		padding-top:.6rem;
	}
	.pd_b60{
		padding-bottom:.6rem;
	}
	.pd_50{
		padding:.5rem;
	}
	.pd_tb50{
		padding:.5rem 0;
	}
	.pd_t50{
		padding-top:.5rem;
	}
	.pd_b50{
		padding-bottom:.5rem;
	}
	.pd_40{
		padding:.4rem;
	}
	.pd_tb40{
		padding:.4rem 0;
	}
	.pd_t40{
		padding-top:.4rem;
	}
	.pd_b40{
		padding-bottom:.4rem;
	}
	.pd_30{
		padding:.3rem;
	}
	.pd_tb30{
		padding:.3rem 0;
	}
	.pd_t30{
		padding-top:.3rem;
	}
	.pd_b30{
		padding-bottom:.3rem;
	}
	.pd_20{
		padding:.2rem;
	}
	.pd_tb20{
		padding:.2rem 0;
	}
	.pd_t20{
		padding-top:.2rem;
	}
	.pd_b20{
		padding-bottom:.2rem;
	}
	.pd_15{
		padding:.15rem;
	}
	.pd_tb15{
		padding:.15rem 0;
	}
	.pd_t15{
		padding-top:.15rem;
	}
	.pd_b15{
		padding-bottom:.15rem;
	}
	.mg_t150{
		margin-top:1.5rem;
	}
	.mg_b150{
		margin-bottom:1.5rem;
	}
	.mg_t100{
		margin-top:1rem;
	}
	.mg_b100{
		margin-bottom:1rem;
	}
	.mg_tb80{
		margin:.8rem 0;
	}
	.mg_t80{
		margin-top:.8rem;
	}
	.mg_b80{
		margin-bottom:.8rem;
	}
	.mg_tb70{
		margin:.7rem 0;
	}
	.mg_t70{
		margin-top:.7rem;
	}
	.mg_b70{
		margin-bottom:.7rem;
	}
	.mg_tb60{
		margin:.6rem 0;
	}
	.mg_t60{
		margin-top:.6rem;
	}
	.mg_b60{
		margin-bottom:.6rem;
	}
	.mg_tb50{
		margin:.5rem 0;
	}
	.mg_t50{
		margin-top:.5rem;
	}
	.mg_b50{
		margin-bottom:.5rem;
	}
	.mg_tb40{
		margin:.4rem 0;
	}
	.mg_t40{
		margin-top:.4rem;
	}
	.mg_b40{
		margin-bottom:.4rem;
	}
	.mg_tb30{
		margin:.3rem 0;
	}
	.mg_t30{
		margin-top:.3rem;
	}
	.mg_b30{
		margin-bottom:.3rem;
	}
	.mg_tb20{
		margin:.2rem 0;
	}
	.mg_t20{
		margin-top:.2rem;
	}
	.mg_b20{
		margin-bottom:.2rem;
	}
	.mg_tb15{
		margin:.15rem 0;
	}
	.mg_t15{
		margin-top:.15rem;
	}
	.mg_b15{
		margin-bottom:.15rem;
	}
	.mg_tb10{
		margin:.1rem 0;
	}
	.mg_t10{
		margin-top:.1rem;
	}
	.mg_b10{
		margin-bottom:.1rem;
	}
	
	:root{
		--headerHeight:70px;
	}
	
	/* header */
	.header_box .header_top .header_lan{
		font-size:16px;
	}
	
	/* 更多1 */
	.bz_more1.cur_bg,
	.bz_more1.cur_bor,
	.bz_more1.sub_bg,
	.bz_more1.sub_bor,
	.bz_more1.white_bg,
	.bz_more1.white_bor{
		width:8.5em;
		height:2.9em;
	}
	
	/* banner */
	.banner_box .swiper-slide .banner_txt img{
		max-width:100%;
	}
	
	/* 关于我们 */
	.gywm_box{
		--pd:calc(10px + 70 / var(--invarPx) * var(--centerWidth));
	}
	.gywm_box .gywm_top .gywm_tl{
		padding-top:0;
	}
	.gywm_box .bz_tit1{
		margin-bottom:.2em;
	}
	
	/* 专业研发 */
	.zyyf_box .zyyf_bg{
		height:500px;
	}
	
	/* 页脚 */
	.footer_box .footer_td{
		--iconGap:calc(.5 * var(--iconSize));
		padding-top:.4rem;
		padding-bottom:.4rem;
	}
	
	
	/* 内页-二级导航 */
	.isub_nav .swiper-slide a{
		padding:calc(10px + 10 / var(--invarPx) * var(--centerWidth)) 0;
	}
	
	/* 新闻列表页 */
	.xw_list2{
		--pd:.4rem;
		--imgWidth:250px;
	}
	.xw_list2 .xw_ss .xw_txt .bz_more1{
		margin-top:.2rem;
	}
	.xw_list2 .xw_ss .xw_txt .xw_date2{
		margin-top:.3em;
	}
	.xw_list2 .xw_ss .xw_txt .xw_sw{
		margin-top:.3em;
	}
	.xw_list2 .xw_ss{
		padding:calc(10px + 30 / var(--invarPx) * var(--centerWidth)) 0;
	}
	
	/* 新闻详情页 */
	.xqy_box1 .xqy_title .xqy_info{
		margin-top:calc(10px + 10 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 业绩详情页 */
	.yjx_box1 .yjx_bt .yjx_img{
		height:auto;
	}
	.yjx_box1 .yjx_bt .yjx_img img{
		object-fit:cover;
	}
	.yjx_box1 .yjx_bt .yjx_btr .bz_more1{
		margin-top:calc(2 * var(--txtPd));
	}
	
	/* 关于我们页 */
	.gywm_box1 .gywm_txt .gywm_sw{
		padding-top:.2em;
	}
	
	/* 应用领域页 */
	.yyly_swiper .yyly_r{
		padding:0;
	}
	
	
	
}

@media screen and (min-width:768px) and (max-width:895px){
	/* 关于我们 */
	.gywm_box .gywm_top .gywm_txt .gywm_sw,
	.gywm_counter .gywm_sd{
		--font2:22;
	}
	.gywm_counter .gywm_st em{
		--font2:60;
	}
	
	/* 专业研发 */
	.zyyf_box .zyyf_txt{
		--font2:46;
	}
	
	/* 标题1 */
	.bz_tit1 .bz_exp{
		--font2:22;
	}
	
	/* 内页-banner */
	.inner_banner .inner_b_txt .inner_b_cn{
		--font2:60;
	}
	
	/* 内页-二级导航 */
	.isub_nav{
		--gap:calc(10px + 50 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 新闻详情页 */
	.xqy_box1 .xqy_title .xqy_h{
		--font2:40;
	}
	
	/* 产品页 */
	.cp_box1 .cp_top .cp_tt .cp_exp{
		--font2:26;
	}
	.cp_box1 .cp_top .cp_tt .cp_sw,
	.cp_box1 .cp_top .cp_td .cp_ss .cp_sw{
		--font2:20;
	}
	.cp_box1 .cp_top .cp_td .cp_ss .cp_num{
		--font2:70;
	}
	.cp_box1 .cp_top .cp_td .cp_ss .cp_sh{
		--font2:30;
	}
	.cp_list ul li .cp_ss .cp_txt .bz_more1{
		width:auto;
		height:auto;
		border:none !important;
		margin-top:1em;
	}
	.cp_list ul li .cp_ss .cp_txt .cp_sh{
		--font2:34;
	}
	.cp_list.cp_grid{
		--col:2;
	}
	
	/* 产品详情页 */
	.cpx_box1 .cpx_tit_box .cpx_img img{
		max-width:70%;
	}
	
	/* 服务页 */
	.fw_box1 .fw_top .fw_txt{
		--font2:22;
		margin-top:.8em;
	}
	.fw_box1 .fw_bot{
		--iconSize:calc(35px + 35 / var(--invarPx) * var(--centerWidth));
		--gap:calc(100 / var(--invarPx) * var(--centerWidth));
	}
	.fw_box1 .fw_bot .fw_bl .fw_sr{
		padding-left:.8em;
	}
	
	/* 业绩页 */
	.yj_nav{
		--col:4;
	}
	
	/* 业绩详情页 */
	.yjx_box1 .yjx_bt .yjx_btr .yjx_sh{
		--font2:32;
	}
	
	/* 关于我们页 */
	.gywm_box1 .gywm_txt .gywm_sw{
		--font2:22;
	}
	
	/* 核心技术页 */
	.hxjs_box1 .hxjs_bot .hxjs_txt .hxjs_sh{
		--font2:32;
	}
	
	/* 研发创新页 */
	.yfcx_box1 .yfcx_sh{
		--font2:32;
	}
	
	/* 应用领域页 */
	.yyly_swiper .yyly_rt .yyly_sw{
		--clampRows:3;
		--font2:22;
	}
	
	/* 联系我们页 */
	.lxwm_s1{
		--mapHeight:calc(300px + 220 / 900 * var(--mapWidth));
		--gap:calc(80 / var(--invarPx) * var(--centerWidth));
	}
	.lxwm_s1 .lxwm_l .lxwm_info .lxwm_sh{
		--font2:28;
	}
	.lxwm_s1 .lxwm_l .lxwm_qr{
		--qrSize:calc(60px + 90 / var(--invarPx) * var(--centerWidth));
	}
	.lxwm_s1 .lxwm_l .lxwm_info dd{
		--font2:20;
	}
	
	/* 留言 */
	.liuyan_form .liuyan_btn{
		font-size:18px;
	}
	
	/* 招聘列表 */
	.zpzx_list .zpzx_st li.zpzx_sjt .zpzx_icon{
		font-size:30px;
	}
	.zpzx_list .zpzx_st,
	.zpzx_list .zpzx_sd .zpzx_txt{
		padding-left:.3rem;
		padding-right:.3rem;
	}
	.zpzx_list .zpzx_st li.zpzx_szw .zpzx_sh{
		font-size:1.2em;
	}
	
	

}

@media screen and (min-width:896px) and (max-width:1199px){
	/* 关于我们 */
	.gywm_box .gywm_top .gywm_txt .gywm_sw,
	.gywm_counter .gywm_sd{
		--font2:20;
	}
	.gywm_counter .gywm_st em{
		--font2:60;
	}
	
	/* 专业研发 */
	.zyyf_box .zyyf_txt{
		--font2:40;
	}
	
	/* 服务页 */
	.fw_box1 .fw_top .fw_txt{
		margin-top:.8em;
	}
	.fw_box1 .fw_bot{
		--gap:calc(100 / var(--invarPx) * var(--centerWidth));
	}
	.fw_box1 .fw_bot .fw_bl .fw_sr{
		padding-left:.8em;
	}
	
	/* 业绩详情页 */
	.yjx_box1 .yjx_bt .yjx_btr{
		padding:0;
	}
	
	/* 关于我们页 */
	.gywm_box1 .gywm_txt .gywm_sw{
		--font2:20;
	}
	
	/* 核心技术页 */
	.hxjs_box1 .hxjs_bot .hxjs_txt .hxjs_sh,
	.yfcx_box1 .yfcx_sh{
		--font2:32;
	}
	
	/* 应用领域页 */
	.yyly_swiper .yyly_rt .yyly_sw{
		--clampRows:5;
		--font2:20;
	}
	
	/* 联系我们 */
	.lxwm_s1{
		--mapHeight:calc(260px + 260 / 900 * var(--mapWidth));
	}
	.lxwm_s1 .lxwm_l .lxwm_qr{
		--qrSize:calc(40px + 110 / var(--invarPx) * var(--centerWidth));
	}
	
	/* 留言 */
	.liuyan_form .liuyan_btn{
		font-size:18px;
	}
	
	
	
	
}

